Skip to content

mrphrazer/mirai_string_deobfuscation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirai String Decryption

Author: Tim Blazytko

Demonstrates how to decrypt strings in Mirai samples

Description:

Script and malware sample to decrypt strings in a Mirai malware sample.

Implementation is based on Binary Ninja. Check out the following blog post for more information:

Automation in Reverse Engineering: String Decryption

Usage

  • Open sample/mirai_arm in Binary Ninja
  • Load and execute the script

To test the script with other Mirai samples, replace the function address in the following line:

target_function = bv.get_function_at(0x10778)

Contact

For more information, contact @mr_phrazer.

About

Binary Ninja script to decrypt strings in Mirai samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages