mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2024-12-18 10:26:07 +00:00
Move JSDetox and jsunpack-n to browser section
This commit is contained in:
parent
551522c7da
commit
ccee23a619
@ -149,6 +149,10 @@ A curated list of awesome malware analysis tools and resources. Inspired by
|
||||
* [Java Decompiler](http://jd.benow.ca/) - Decompile and inspect Java apps.
|
||||
* [Java IDX Parser](https://github.com/Rurik/Java_IDX_Parser/) - Parses Java
|
||||
IDX cache files.
|
||||
* [JSDetox](http://www.relentless-coding.com/projects/jsdetox/) - JavaScript
|
||||
malware analysis tool.
|
||||
* [jsunpack-n](https://code.google.com/p/jsunpack-n/) - A javascript
|
||||
unpacker that emulates browser functionality.
|
||||
* [Malzilla](http://malzilla.sourceforge.net/) - Analyze malicious web pages.
|
||||
* [RABCDAsm](https://github.com/CyberShadow/RABCDAsm) - A "Robust
|
||||
ActionScript Bytecode Disassembler."
|
||||
@ -166,10 +170,6 @@ A curated list of awesome malware analysis tools and resources. Inspired by
|
||||
* [diStorm](http://www.ragestorm.net/distorm/) - Disassembler for analyzing
|
||||
malicious shellcode.
|
||||
* [JS Beautifier](http://jsbeautifier.org/) - JavaScript unpacking and deobfuscation.
|
||||
* [JSDetox](http://www.relentless-coding.com/projects/jsdetox/) - JavaScript
|
||||
malware analysis tool.
|
||||
* [jsunpack-n](https://code.google.com/p/jsunpack-n/) - A javascript
|
||||
unpacker that emulates browser functionality.
|
||||
* [libemu](http://libemu.carnivore.it/) - Library and tools for x86 shellcode
|
||||
emulation.
|
||||
* [malpdfobj](https://github.com/9b/malpdfobj) - Deconstruct malicious PDFs
|
||||
|
Loading…
Reference in New Issue
Block a user