Hi all
I'm searching a pentium/x386 disassembler library.
Anyone knows one ?
Thanks in advance.
I'm searching a pentium/x386 disassembler library.
Anyone knows one ?
Thanks in advance.
Nope, not that i know of. There is plenty of free source out there, and there is tutorial on the web called "how to write a disassembler" it's just a matter of combing the web for all the info you need :)
sv_reverser,
in NASM source package, there's NDISASM.C, that you can compile to a .obj and(with a stub in .asm) use as a DLL. i think NASM license allow this for non-commercial use.
you need the asm output of this disassembler, or other info? there are several ones to get things like instructions size, register usage and like. check http://z0mbie.host.sk for lde32 ;)
ancev
in NASM source package, there's NDISASM.C, that you can compile to a .obj and(with a stub in .asm) use as a DLL. i think NASM license allow this for non-commercial use.
you need the asm output of this disassembler, or other info? there are several ones to get things like instructions size, register usage and like. check http://z0mbie.host.sk for lde32 ;)
ancev
sv_reverser,
Please reregister with a different nick, reversing is not supported in this forum.
Regards,
hutch@movsd.com
Please reregister with a different nick, reversing is not supported in this forum.
Regards,
hutch@movsd.com