My example using Zydis.dll in Assembly language #438
exedumper
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have done my EXE parser and rely on Zydis engine for disassembly.
It supports x86 and x64 EXE/ DLL.
Currently my project is hosted on: https://github.com/exedumper/disasm/ (but it is temporary because I plan to change username in June)
It is open for testing. Thanks Zydis team for your great work!
All reactions