BannerStart
This cheat sheet presents tips for analyzing and reverse-engineering malware. It outlines the steps for performing behavioral and code-level analysis of malicious software.
Go to specific testination | g |
Show references to selected instruction | Ctrl+Shift+f |
Insert a comment | ; |
Follow jump or call | Enter |
Return to previous location | Alt+Left |
Go to next view | Alt+Right |
Undo | Ctrl+z |
Define data type | t |
Add a bookmark | Ctrl+d |
Text search | Ctrl+Shift+e |
Add or edit a label | l |
Disassemble selected values | d |
Run the code | F9 |
Step into/over instruction | F7 / F8 |
Execute until selected instruction | F4 |
Execute untill next return | Ctrl+F9 |
Show previous/next executed instruction | – / + |
Return to previous view | * |
Go to specific expression | Ctrl+g |
Insert comment/label | ; / : |
Show current function as a graph | g |
Find specific pattern | Ctrl+b |
Set software breakpoint on specific instruction | Select instruction » F2 |
Set software breakpoint on API | Go to Command prompt » SetBPX API Name |
Highlight all occurrences of the keyword in disassembler | h » Click on keyword |
Assemble instruction in place of selected one | Select instruction » Spacebar |
Edit data in memory or instruction opcode | Select data or instruction » Ctrl+e |
Extract API call references | Right-click in disassembler » Search for » Current module » Intermodular calls |
credits: L Zeltser
This post was last modified on 1 January 2022 7:05 PM
British high street chain WH Smith has recently revealed that it was hit by a…
As banks worldwide roll out Voice ID as a means of user authentication over the…
In the era of digital transformation, cybersecurity has become a major concern for businesses. When…
In today's digital age, cybersecurity threats have become a significant concern for businesses of all…
The RIG Exploit Kit is currently in the midst of its most productive phase, attempting…
One of the most transformational technologies of our time, artificial intelligence (AI), has quickly come…
Leave a Comment