Thread: exe to assembly

  1. #16
    int x = *((int *) NULL); Cactus_Hugger's Avatar
    Join Date
    Jul 2003
    Location
    Banks of the River Styx
    Posts
    902
    Why not just write the program to do what the assembly change would do? Otherwise, what (or why) are you wanting to do? (Your last post was vague as to wether your problem is solved.) If you clue us in, I think the board might be able to offer more than references to thesaurus.reference.com, and perhaps might know of a way that doesn't require the difficulties of dis/re-assembling an executable. Beyond that, the board has given keywords (and links), a tad of googling will reveal much.
    I second nasm - though I've never tried to disassemble anything.
    Quote Originally Posted by siavoshkc
    You can attach its debugger to an exe, but only when it is running and you can't change anything.
    You can change code while it's in use. Granted your standard debugger won't let you.
    Quote Originally Posted by siavoshkc
    But I want to know how to do this:
    foo.asm ---> foo.exe //An assembler
    This coming from the guy with assembly in his signature is quite funny.
    long time; /* know C? */
    Unprecedented performance: Nothing ever ran this slow before.
    Any sufficiently advanced bug is indistinguishable from a feature.
    Real Programmers confuse Halloween and Christmas, because dec 25 == oct 31.
    The best way to accelerate an IBM is at 9.8 m/s/s.
    recursion (re - cur' - zhun) n. 1. (see recursion)

  2. #17
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    I don't know, why you guys don't read the last posts.
    This is the story:
    I wanted to do this:
    .exe----->.asm------>.exe

    But there is a point: I want to do this by MSVS tools.

    So I went to MS website and opened a thread(what a headache) and ask them if there is such tools or not. Here is that thread.

    I got happy, but I found out the output format of dumbin is different from ml and ml can't read that. Ask MS about it and a funny answer: This scenario is not supported. So yes my problem is remained.
    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. Learning Assembly
    By mrafcho001 in forum Tech Board
    Replies: 5
    Last Post: 03-12-2006, 05:00 PM
  2. C to assembly interface
    By Roaring_Tiger in forum C Programming
    Replies: 4
    Last Post: 02-04-2005, 03:51 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  5. C,C++,Perl,Java
    By brusli in forum C Programming
    Replies: 9
    Last Post: 12-31-2001, 03:35 AM