Skip to content

Instantly share code, notes, and snippets.

@dhavz
Created January 12, 2019 06:45
Show Gist options
  • Save dhavz/e4aa9d6a1f317258bf28290e91341bd9 to your computer and use it in GitHub Desktop.
Save dhavz/e4aa9d6a1f317258bf28290e91341bd9 to your computer and use it in GitHub Desktop.
Tools that use For malware reverse engineering
for help Reversing.kr ctf write ups
Ollydbg
IDA PRO
PROCMON
PROCEXP
Hybrid-analysis.com
drfu's malware
malwr
ResourceHacker
Networkminer
HExplorer
nodistribute.com
JMP instruction -- NEaar to message box in MAchine Code
Apk analysis:
apktool d apkfile
cat * | grep -i "flag" for search
| head -n 1 for first line
d2j-dex2jar classes.dex --- >>> jd-gui jarfile
adb -->>
adb services
adb install apkfile
adn shell
adn shell ps | greap "apkkfilename"
adb logcat | grep pid
010 Editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment