docs: add a link to online doc of cs_disasm_iter()

test2
Nguyen Anh Quynh 10 years ago
parent 9090672e97
commit a91c1994ea
  1. 2
      .gitignore
  2. 4
      docs/README

2
.gitignore vendored

@ -85,3 +85,5 @@ xcode/Capstone.xcodeproj/xcuserdata
# suite/
test_arm_regression
test_arm_regression.o
*.s

@ -36,6 +36,10 @@ Documention of Capstone disassembly framework.
http://capstone-engine.org/skipdata.html
* Quickly iterate instructions with cs_disasm_iter().
http://capstone-engine.org/iteration.html
* Build X86-reduce engine for firmware/OS kernel.
http://capstone-engine.org/x86reduce.html

Loading…
Cancel
Save