Skip to content

Releases: buzzer-re/Shinigami

Release v1.3

25 Jul 13:19
1befdb5
Compare
Choose a tag to compare

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

22 Apr 16:14
Compare
Choose a tag to compare

Adds a generic unpacker routine

Release v1.1

10 Mar 06:42
Compare
Choose a tag to compare

Release Notes:

  1. Improved Hooking Mechanism: The Unhollow code now hooks NT functions instead of kernelbase, ensuring better detection when monitoring a process in userland.
  2. Memory Handling Enhancements: Several minor issues related to memory handling have been fixed, leading to better overall performance.
  3. Optimized Code Structure: The code structure has been reorganized, resulting in a more efficient hooking process and code maintenance

Release v1.0

28 Feb 01:18
80b31ec
Compare
Choose a tag to compare

First release