Created
January 12, 2019 06:45
-
-
Save dhavz/e4aa9d6a1f317258bf28290e91341bd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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