News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Zydis

Started by TimoVJL, October 28, 2022, 10:21:59 PM

Previous topic - Next topic

TimoVJL

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.
May the source be with you

HSE

Hi Timo!

Looks good  :thumbsup:

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

Regards, HSE.
Equations in Assembly: SmplMath

TimoVJL

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.


May the source be with you

learn64bit

#3
I can't find my MessageBox....
only 0000000177

I think I should read the source code first.

TimoVJL

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.
May the source be with you