The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: TimoVJL on October 28, 2022, 10:21:59 PM

Title: Zydis
Post by: TimoVJL on October 28, 2022, 10:21:59 PM
Zydis disassebler new version have little changes, but broke my old code.
Here is test project for new version, for testing PECOFF obj-files.
32-bit dll is STDCALL decorated version.
Let me know, what bugs test code have.
Title: Re: Zydis
Post by: HSE on October 29, 2022, 12:32:25 AM
Hi Timo!

Looks good  :thumbsup:

But it's harder to follow jumps than with ObjConv  :rolleyes:.

Regards, HSE.
Title: Re: Zydis
Post by: TimoVJL on October 29, 2022, 01:47:00 AM
Thanks HSE
Not rival for objconv.

My point was creating code for code analyzis and later for TLPEView plugins.
It's just up to you, what you want, if you want to look into object files or libraries with TLPEView or it's offsprings, as that source have been speared for future usage and i wait results.
wrj made an excellent PEView and it's clone for x64 have been available quite long time and with it's source.
We programmers always need some tools for many purboses.


Title: Re: Zydis
Post by: learn64bit on October 29, 2022, 05:06:08 AM
I can't find my MessageBox....
only 0000000177

I think I should read the source code first.
Title: Re: Zydis
Post by: TimoVJL on October 29, 2022, 08:26:02 PM
Very funny object file.
it have directive -entrty:startX , so disassembler have to look that symbol
Normal disassembler can't handle that.
ObjConv find actual code.