Skip to content

A tool to assist in analysis of packed HelloKitty ransomware binaries

License

Notifications You must be signed in to change notification settings

proferosec/HelloKittyUnpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloKittyUnpacker

A tool to assist in analysis of packed HelloKitty ransomware binaries

Compiling

To compile the tool, execute the following:

gcc DecryptData.c aes.c -o HelloKittyUnpacker.exe

Usage

Usage : ./HelloKittyUnpacker.exe <input_file> <key> <output_file>

The tool will then print information about the packed file including the sections found in the packed file, the IV used for decryption, the C2 address and the RSA key.

About

A tool to assist in analysis of packed HelloKitty ransomware binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages