Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quangnh89/OllyCapstone
This is a plugin for OllyDbg 1.10 to replace the old disasm engine by Capstone disassembly/disassembler framework.
https://github.com/quangnh89/OllyCapstone
Last synced: 3 months ago
JSON representation
This is a plugin for OllyDbg 1.10 to replace the old disasm engine by Capstone disassembly/disassembler framework.
- Host: GitHub
- URL: https://github.com/quangnh89/OllyCapstone
- Owner: quangnh89
- License: other
- Created: 2015-02-03T16:33:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T01:24:56.000Z (almost 10 years ago)
- Last Synced: 2024-04-24T20:07:38.745Z (7 months ago)
- Language: C++
- Size: 1.29 MB
- Stars: 80
- Watchers: 7
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# OllyCapstone
This is a plugin for OllyDbg 1.10 to replace the old disasm engine by Capstone disassembly/disassembler framework.## Installation
1.Copy OllyCapstone.dll into plugin directory (specified under Options | Directories | Plugin directory)
2.Restart OllyDbg## Screenshot
![AT&T Syntax](https://github.com/quangnh89/OllyCapstone/raw/master/img/AttSyntax.png)![Intel Syntax](https://github.com/quangnh89/OllyCapstone/raw/master/img/IntelSyntax.png)