Skip to content

nao-sec/binary_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

RigEK's Binary Decoder

This script decodes the malware's encryption when dropped from RigEK (application/x-msdownload).

The decode routine is affected by the version of RigEK.
It corresponds only to RigEK which is used at the stage of April 20, 2017.

P.S. This is RC4 ;)

Usage

# current key is "gexywoaxor"
$ php decoder.php [key] [input] [output]

For example

$ php src/decoder.php "gexywoaxor" test/input.bin test/output.bin
$ md5sum test/output.bin test/answer.bin

LICENSE

Binary_Decoder is open-sourced software licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages