Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on November 22, 2017, 09:38:51 AM

Title: PrjObjDmpZds Add-In using Zydis.dll
Post by: TimoVJL on November 22, 2017, 09:38:51 AM
Object file disassembler with Zydis.
PjrObjDmpZds Add-In using Zydis.dll
Zydis dll's are in separated zip.
Dll need to be in PellesC bin folder.

EDIT 2018-02-15: PjrObjDmpZds_WS_a7.zip, some fixes and with new Zydis dll's.

EDIT 2018-02-21: IDEFontC_WS-a1.zip set poide output window font to Consolas, text with fixed font is easier to read.
Title: Re: PrjObjDmpZds Add-In using Zydis.dll
Post by: TimoVJL on December 15, 2018, 09:59:37 AM
Using Zydis version 3
Title: Re: PrjObjDmpZds Add-In using Zydis.dll
Post by: bitcoin on April 01, 2019, 12:19:21 PM
How to use this DLL? I copy PjrObjDmpZds64.dll  to /addins64/ and zydis.dll to /bin/ . All OK. But what next? Where I can see result of work?
Title: Re: PrjObjDmpZds Add-In using Zydis.dll
Post by: TimoVJL on April 01, 2019, 12:45:49 PM
After compiling a current source, press the mouse right button and select 'Dump obj with Zydis 3' and see result in Output window.
Title: Re: PrjObjDmpZds Add-In using Zydis.dll
Post by: bitcoin on April 01, 2019, 12:50:26 PM
Thank you, it works!