An open API service indexing awesome lists of open source software.

https://github.com/strazzere/lena-decryption-script

Legacy Native IDA Decryption Script
https://github.com/strazzere/lena-decryption-script

Last synced: 9 months ago
JSON representation

Legacy Native IDA Decryption Script

Awesome Lists containing this project

README

          

# LeNa Decryption Script

Simple decryption script for the LeNa.b/.c variants.

Designed for use on the elf binary that LeNa drops, it works by decrypting the
encrypted string and dropping the decrypted bytes as a comment where ever the
string's pointer is used.

The decryption is really easy (a MVNS), basically a xor to 0xFF

I also wrote a short blog post on this which can be found [here](http://www.strazzere.com/blog/?p=549).

Timothy Strazzere
March 2012