Jump to content
Tuts 4 You

What is Disassembler / Debuger / Decompiler ?


Andrew94

Recommended Posts

Hey guys. based on my last question about starting reverse engineering. i have some question.

What is Disassembler and when do we need it? which level of RE need disassembler!

Same questions for Debuger / Decompiler !

Thanks in advance.

Edited by Andrew94
Link to comment
Share on other sites

Hi , 

A disassembler is a software that coverts machine code (Hex) into assembly language mnemonic ex ( mov al,1) .

A debugger is a program that allow you to  detect and correct errors in other computer programs.

A decompiler is a software which try to reverse the process of compilation to attempt to get the source code from a compiled executable . 

PS : try to use the google and the search button .

Regards

Edited by ding
  • Like 3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...