![]() |
|
#1
|
|||
|
|||
How to view assembly code for c++ programHi,
I want to see the assembly code for a simple hello world program written and compiled from vc++ editor. Any help would be of great help for me. |
|
#2
|
|||
|
|||
Re: How to view assembly code for c++ programI saw the assembly code, But I want to know in which file the data is stored and I want to modify that file...
can anyone help me... |
|
#3
|
|||
|
|||
Re: How to view assembly code for c++ programtry using Olly debugger, find what windows function reads from file, then break all calls to that function and run the program with Olly, when you'll find which function is that you've been searching for start studying assembly code from that point, the file name should be stored somewhere
|
|
#4
|
|||
|
|||
Re: How to view assembly code for c++ programYou can only add assembly Code in to VC++ Editor by
void main() { .............. ................... __asm{ //Your assembly Code is put here } .......................... } |
Recent GIDBlog
NARMY by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Poker program code problem | ineedcodinghelp | CPP / C++ Forum | 9 | 11-Jan-2007 21:09 |
| Try to post the code of this program plzzz..Calculator is hard to solve!!! | albert_123 | C Programming Language | 3 | 21-Sep-2006 02:41 |
| Can you help me solving this program!plzz post the code of this program plzz.. | albert_123 | C Programming Language | 2 | 12-Sep-2006 06:47 |
| Type casts ? | kai85 | CPP / C++ Forum | 12 | 23-Jun-2005 12:04 |
| Writing code for a program in C | sure | C Programming Language | 1 | 09-Jun-2005 00:24 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The