Posts by Erick • 11 points
1 post
-
0
votes1
answer653
viewsQ: How to extract hexadecimal code from a nasm-compiled executable?
I have an executable, created in Assembly language and compiled with NASM. There is a way to obtain the value, in hexadecimal, of the bytes produced by the compiler, so that I can use them in a…