PHP binding
This commit is contained in:
parent
536e4a11a3
commit
8c7cee7022
2
README
2
README
|
@ -14,7 +14,7 @@ Capstone offers some unparalleled features:
|
|||
- Provide semantics of the disassembled instruction, such as list of implicit
|
||||
registers read & written.
|
||||
|
||||
- Implemented in pure C language, with lightweight bindings for PowerShell,
|
||||
- Implemented in pure C language, with lightweight bindings for PHP, PowerShell,
|
||||
Emacs, Haskell, Perl, Python, Ruby, C#, NodeJS, Java, GO, C++, OCaml, Lua,
|
||||
Rust, Delphi, Free Pascal & Vala ready either in main code, or provided
|
||||
externally by the community).
|
||||
|
|
|
@ -55,3 +55,7 @@ More bindings created & maintained by the community are available as followings.
|
|||
|
||||
https://github.com/aquynh/capstone/tree/master/bindings/powershell
|
||||
|
||||
- PHP binding (by Fadhil Mandaga).
|
||||
|
||||
https://github.com/firodj/php-capstone
|
||||
|
||||
|
|
Loading…
Reference in New Issue