Releases: buzzer-re/Shinigami
Releases · buzzer-re/Shinigami
Release v1.3
Release Notes - Version 1.3
New Features:
- Support for DLL files by injecting at the
rundll32
process - Execute exported functions with the "-e" argument when using DLL files.
- Enhanced malware detection for threats like Emotet by detecting and rebuild detached DOS headers.
- VEH exception handling fixes for improved stability.
- Improved support for user arguments with quoted strings, example:
shinigami.exe "evil.exe someargument"
. - General code improvements for better performance.
Release Date: Jul, 2023
Release v1.2
Adds a generic unpacker routine
Release v1.1
Release Notes:
- Improved Hooking Mechanism: The Unhollow code now hooks NT functions instead of kernelbase, ensuring better detection when monitoring a process in userland.
- Memory Handling Enhancements: Several minor issues related to memory handling have been fixed, leading to better overall performance.
- Optimized Code Structure: The code structure has been reorganized, resulting in a more efficient hooking process and code maintenance
Release v1.0
First release