Hi,
Is there any free Disassembler for Windows DLL and Drivers. I need this to
load old DLLs and Drivers.
Thanks
Ash
On 5/14/2010 5:19 AM, Ashish Goyal wrote:
Hi,
Is there any free Disassembler for Windows DLL and Drivers. I need
this t load old DLLs and Drivers.
IDA
–
Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295
IDA isn’t (as far as I know) free, but is SO worth the price.
Otherwise, I don’t know of any free disassemblers. There’s ‘distorm,’ which is a free disassembler library, but as far as an interface goes, it’s pretty limited.
mm
On 5/15/2010 4:39 AM, xxxxx@evitechnology.com wrote:
IDA isn’t (as far as I know) free, but is SO worth the price.
Actually, IDA Pro 4.9 is free for non-commercial use. Sure, it isn’t 5.6
but it is free and gets you almost everything you need.
Pete
Otherwise, I don’t know of any free disassemblers. There’s ‘distorm,’ which is a free disassembler library, but as far as an interface goes, it’s pretty limited.
mm
NTFSD is sponsored by OSR
For our schedule of debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminarsTo unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
–
Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295
My bad, Pete. Definitely the way to go then.
mm
IDA pro is one of good ones.
Another tool by the name “disassembler” is also available.
If you can catch hold of softice, another good tool for disassembling and
reverse engineering.
Anshul Makkar
www.justkernel.com
xxxxx@justkernel.com
On Fri, May 14, 2010 at 4:49 PM, Ashish Goyal wrote:
> Hi,
> Is there any free Disassembler for Windows DLL and Drivers. I need this to
> load old DLLs and Drivers.
> Thanks
> Ash
> — NTFSD is sponsored by OSR For our schedule of debugging and file system
> seminars (including our new fs mini-filter seminar) visit:
> http://www.osr.com/seminars To unsubscribe, visit the List Server section
> of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
–
Thanks
Anshul Makkar
www.justkernel.com
xxxxx@justkernel.com
If you just need to unassemble some functions and such there’s always good
ol’ WinDBG. Just load the SYS/DLL as a dump file and have at it (u, ub, and
uf).
-scott
–
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com
“anshul makkar” wrote in message
news:xxxxx@ntfsd…
IDA pro is one of good ones.
Another tool by the name “disassembler” is also available.
If you can catch hold of softice, another good tool for disassembling and
reverse engineering.
Anshul Makkar
www.justkernel.com
xxxxx@justkernel.com
On Fri, May 14, 2010 at 4:49 PM, Ashish Goyal
wrote:
Hi,
Is there any free Disassembler for Windows DLL and Drivers. I need this to
load old DLLs and Drivers.
Thanks
Ash
— NTFSD is sponsored by OSR For our schedule of debugging and file system
seminars (including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars To unsubscribe, visit the List Server section of
OSR Online at http://www.osronline.com/page.cfm?name=ListServer
–
Thanks
Anshul Makkar
www.justkernel.com
xxxxx@justkernel.com
dumpbin /disasm or link -dump -disasm also helps.
–
Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com
“Scott Noone” wrote in message news:xxxxx@ntfsd…
> If you just need to unassemble some functions and such there’s always good
> ol’ WinDBG. Just load the SYS/DLL as a dump file and have at it (u, ub, and
> uf).
>
> -scott
>
> –
> Scott Noone
> Consulting Associate
> OSR Open Systems Resources, Inc.
> http://www.osronline.com
>
> “anshul makkar” wrote in message
> news:xxxxx@ntfsd…
> IDA pro is one of good ones.
>
> Another tool by the name “disassembler” is also available.
>
> If you can catch hold of softice, another good tool for disassembling and
> reverse engineering.
>
> Anshul Makkar
> www.justkernel.com
> xxxxx@justkernel.com
>
>
> On Fri, May 14, 2010 at 4:49 PM, Ashish Goyal
> wrote:
>
> Hi,
> Is there any free Disassembler for Windows DLL and Drivers. I need this to
> load old DLLs and Drivers.
> Thanks
> Ash
> — NTFSD is sponsored by OSR For our schedule of debugging and file system
> seminars (including our new fs mini-filter seminar) visit:
> http://www.osr.com/seminars To unsubscribe, visit the List Server section of
> OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>
>
>
> –
> Thanks
> Anshul Makkar
> www.justkernel.com
> xxxxx@justkernel.com
>
>