Thread: Disassembler

  1. #16
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    It seems some ppl use to ... my threads. Hey I am a good boy.
    I don't want to hack anything. If it sounding more 'hack-ish', it is because you didn't read the first post carefuly. I have some disassembler to do so though. But as I understood, VC first compile a cpp to exe, then uses it's disassembler for debug. It is also possible to debug an exe file with VC, I know. But it seems that it's disassembler reads the program from memory not the exe file.
    So I think it is impossible to create ASM from EXE with VC. Except in one way, attach debuger to the process then copy assembly code from it's window to a text file.
    Last edited by siavoshkc; 03-01-2006 at 04:05 PM.
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  2. #17
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Quote Originally Posted by siavoshkc
    So I think it is impossible to create ASM from EXE with VC. Except in one way, attach debuger to the process then copy assembly code from it's window to a text file.
    It would be better to use a disassembler such as IDA pro there is a free version.

  3. #18
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    I wanted to know if VC6 does it or not. But thanks anyway. I edited the post to explane the law.
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interesting Question
    By Swordsman in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 07-10-2007, 11:19 AM
  2. Programming a Disassembler
    By Xzyx987X in forum C Programming
    Replies: 2
    Last Post: 05-03-2004, 01:19 PM