Diasm for x64 code

delphi package - full disassembler
Post Reply
Alorent
Posts: 1
Joined: Tue Nov 29, 2005 12:29 pm

Diasm for x64 code

Post by Alorent »

Hello,

Will you implement disassembly of x64 code? I don't mean support for MadDisAsm inside a x64 application, but get a buffer of x64 code and disassembly.

Thanks.
Alorent
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

No, I will likely not implement that.

However, I'll probably create a madDisAsm for x64 version, which will run under x64 and then disassemble x64 code. That is needed, if I want to port madCodeHook to x64.
carlos
Posts: 8
Joined: Mon Jun 09, 2008 4:16 am

Post by carlos »

So did you create a madDisAsm for x64 version?
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Yes.
carlos
Posts: 8
Joined: Mon Jun 09, 2008 4:16 am

Post by carlos »

when do you plan to make it aviable?
will it be free?
thanks.
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

It will be part of madCodeHook 3.0 and it will not be free. Since Delphi does not support native 64bit compiling yet, the x64 disassembler will also only be available for MSVC++ at first.
edeta
Posts: 28
Joined: Wed Feb 14, 2007 5:38 am

Post by edeta »

madshi wrote:It will be part of madCodeHook 3.0 and it will not be free. Since Delphi does not support native 64bit compiling yet, the x64 disassembler will also only be available for MSVC++ at first.
Hi Madshi,
I have a full licensed madCodeHook 3 installed, But I can't find maddisasm 64bit library for MSVC++ in madcollection installation directory.
Please help me
Post Reply