Loading...
Uploaded by youhakim on Oct 13, 2007
We code a small c program which we'll examine using the gdb debugger so to observe how the stack gets used and organized.
Howto & Style
Standard YouTube License
mr.hakim i got one question...
what assembler i need to compile the asm type from gdb?its not tasm and i have some problems with nasm to
any suggestion?
DarkInjection 3 years ago
You mean you want to compile assembly code generated from C code using the GCC compiler (Gcc -s) with Tasm or any other assembly compiler?
youhakim 3 years ago
Thanks a lot for nice tut
0HeXer1 3 years ago
Load more suggestions
mr.hakim i got one question...
what assembler i need to compile the asm type from gdb?its not tasm and i have some problems with nasm to
any suggestion?
DarkInjection 3 years ago
You mean you want to compile assembly code generated from C code using the GCC compiler (Gcc -s) with Tasm or any other assembly compiler?
youhakim 3 years ago