Ponce plugin for one click taint analysis and symbolic execution
https://github.com/illera88/Ponce
https://github.com/illera88/Ponce
Malware analysis cheat sheet
https://zeltser.com/malware-analysis-cheat-sheet/
https://zeltser.com/malware-analysis-cheat-sheet/
Lenny Zeltser
Cheat Sheet for Analyzing Malicious Software
Malware analysis combines behavioral examination with static and dynamic code analysis to understand malicious software. Key steps include using automated sandboxes for triage, monitoring system and network interactions, examining code with Ghidra and x64dbg…
AutoIt Malware: From Compiled Binary to Plain-Text Script
https://r3mrum.wordpress.com/2017/07/10/autoit-malware-from-compiled-binary-to-plain-text-script/
https://r3mrum.wordpress.com/2017/07/10/autoit-malware-from-compiled-binary-to-plain-text-script/
Reverse Engineering Malware
AutoIt Malware: From Compiled Binary to Plain-Text Script
AutoIt is yet-another-development-language that malware authors leverage to create and obfuscate their malware. As a matter of fact, AutoIt is so closely associated with malware, that AutoIT’…