Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Assembly code to a more readable form

Status
Not open for further replies.

Stretchwickster

Programmer
Apr 30, 2001
1,746
GB
Is it possible to convert assembly code stored in a .txt file to a more readable (i.e. high-level ;-)) form, so that I can work out what's going on in a program? Clive [infinity]
 
If you're analyzing an existing program which you know is written in an HLL, you can prolly find some sort of decompiler for the HLL if it's common enough.

Otherwise, if it's source code... a decompiler may still get it... but your brain is prolly a good enough tool. "Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top