├── Badspace └── badspace.py ├── Mars-V8 ├── ALL_in_One.py └── strings.txt ├── Matanbuchus ├── API_resolve.py ├── APIs.txt ├── Decrypt_Strings.py ├── dll_exports.py ├── exports.json └── strings.txt ├── PivateLoader ├── PrivateLoader.py ├── loader_ component_strings.txt └── main_component_strings.txt ├── README.md ├── Revil 2.08 ├── API_resolve.py ├── Decrypt_Strings.py ├── dll_exports.py ├── exports.json └── strings.txt ├── Squirrelwaffle ├── Decrypt_Strings.py └── strings.txt └── Statc Stealer ├── Statc_Stealer.py └── strings.txt /Badspace/badspace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Badspace/badspace.py -------------------------------------------------------------------------------- /Mars-V8/ALL_in_One.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Mars-V8/ALL_in_One.py -------------------------------------------------------------------------------- /Mars-V8/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Mars-V8/strings.txt -------------------------------------------------------------------------------- /Matanbuchus/API_resolve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Matanbuchus/API_resolve.py -------------------------------------------------------------------------------- /Matanbuchus/APIs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Matanbuchus/APIs.txt -------------------------------------------------------------------------------- /Matanbuchus/Decrypt_Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Matanbuchus/Decrypt_Strings.py -------------------------------------------------------------------------------- /Matanbuchus/dll_exports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Matanbuchus/dll_exports.py -------------------------------------------------------------------------------- /Matanbuchus/exports.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Matanbuchus/exports.json -------------------------------------------------------------------------------- /Matanbuchus/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Matanbuchus/strings.txt -------------------------------------------------------------------------------- /PivateLoader/PrivateLoader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/PivateLoader/PrivateLoader.py -------------------------------------------------------------------------------- /PivateLoader/loader_ component_strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/PivateLoader/loader_ component_strings.txt -------------------------------------------------------------------------------- /PivateLoader/main_component_strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/PivateLoader/main_component_strings.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Revil 2.08/API_resolve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Revil 2.08/API_resolve.py -------------------------------------------------------------------------------- /Revil 2.08/Decrypt_Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Revil 2.08/Decrypt_Strings.py -------------------------------------------------------------------------------- /Revil 2.08/dll_exports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Revil 2.08/dll_exports.py -------------------------------------------------------------------------------- /Revil 2.08/exports.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Revil 2.08/exports.json -------------------------------------------------------------------------------- /Revil 2.08/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Revil 2.08/strings.txt -------------------------------------------------------------------------------- /Squirrelwaffle/Decrypt_Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Squirrelwaffle/Decrypt_Strings.py -------------------------------------------------------------------------------- /Squirrelwaffle/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Squirrelwaffle/strings.txt -------------------------------------------------------------------------------- /Statc Stealer/Statc_Stealer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Statc Stealer/Statc_Stealer.py -------------------------------------------------------------------------------- /Statc Stealer/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Junior/Malware-IDAPython-Scripts/HEAD/Statc Stealer/strings.txt --------------------------------------------------------------------------------