书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 299 个相关结果.
  • Swoole协程之旅-后篇

    Swoole协程之旅-后篇 Swoole协程之旅-后篇  本篇我们开始深入PHP来分析Swoole协程的驱动部分,也就是C栈部分。  由于我们系统存在C栈和PHP栈两部分,约定名字: C协程 C栈管理部分, PHP协程 PHP栈管理部分。 增加C栈是4.x协程最重要也是最关键的部分,之前的版本种种无法完美支持PHP语法也是由于没有保存C栈信息。...
  • 7. Disassembling

    Disassembling Disassembling Disassembling in radare is just a way to represent an array of bytes. It is handled as a special print mode within p command. In the old times, wh...
  • Assembly

    Assembly Output Constraints Input Constraints Clobbers Global Assembly Assembly For some use cases, it may be necessary to directly control the machine code generated by Z...
  • Speculative Load Hardening

    726 2020-03-21 《LLVM 10 Reference》
    Speculative Load Hardening A Spectre Variant #1 Mitigation Technique Problem Statement High Level Mitigation Approach Indirect Branches, Calls, and Returns Variant #1.1 and #1.2...
  • 内核解压之后的首要步骤

    内核初始化 第一部分 踏入内核代码的第一步(TODO: Need proofreading) 内核执行的第一步 修正页表基地址 Identity Map Paging 跳转至内核入口点之前的最后准备 走进 start_kernel 总结 相关链接 内核初始化 第一部分 踏入内核代码的第一步(TODO: Need proofread...
  • 8.8. Symbols information

    Symbols Symbols Radare2 automatically parses available imports and exports sections in the binary, moreover, it can load additional debugging information if present. Two main f...
  • 渲染模块设计

    渲染模块设计 低代码渲染介绍 npm 包与仓库信息 渲染框架原理 整体架构 核心解析 适配层 React Rax 渲染层 React Renderer Rax Renderer 多模式渲染 预览模式渲染 设计模式渲染(Simulator) 整体架构 模拟器介绍 渲染模块设计 低代码渲染介绍 基于 Schema 和物...
  • First steps in the kernel

    Kernel initialization. Part 1. First steps in the kernel code First steps in the kernel Fix base addresses of page tables Identity mapping setup Last preparation before jump at...
  • img

    <image> 简介 基本用法 子组件 样式 属性 placeholder resize src 支持的图片格式 autoBitmapRecycle 组件方法 v0.16.0+" level="3">save v0.16.0+ 使用 save 方法 事件 load 处理 load 事件 Vue 示例 Rax 示例 ...
  • 10.3. Registers

    Registers Registers The registers are part of a user area stored in the context structure used by the scheduler. This structure can be manipulated to get and set the values of ...