Andrew94 Posted May 4, 2020 Share Posted May 4, 2020 (edited) 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 May 4, 2020 by Andrew94 Link to comment Share on other sites More sharing options...
ding Posted May 4, 2020 Share Posted May 4, 2020 (edited) 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 May 4, 2020 by ding 3 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now