Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 2.03 KB

markdown.md

File metadata and controls

71 lines (52 loc) · 2.03 KB

install package

  • apm install <package_name>

image

    :smile::smile::man::woman::car::apple::cry::angry::sa::taxi:

math formular

  • $\sqrt{3x-1}+(1+x)^2$
  • $\land$
  • function

references:

digraph G{
  A->B->C->A
  /* A->C
  A->D */
}

宏定义

百度 [2]:resource [][zhihu]

行为 指令 举例
再某物理地址设置断点 b addr b 0x7c00
显示当前所有断点信息 info break info break
继续执行, 直到遇上断点 c c
单步执行 s s
单步执行(遇到函数则跳过) n n

$$ \begin{equation} \begin{split} x&=a+b+c\\ &=d+e\\ &=f+g \end{split} \end{equation} $$