Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Does anyone know if such a program exists, or at least has a googleable name?

For example I want to give it input like:
5D 5B 8B 4C 24 30

And get output:
C#
5D             pop         ebp
5B             pop         ebx
8B 4C  24 30   mov         ecx, dword ptr [esp+30h]
Thanks,
Elad
Posted

1 solution

This is called a disassembler.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Oct-11 18:54pm    
This is it, really, my 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900