Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

StringDecryptorBase

Complete basic string decryptor to help new reversers. The code is commented

What is this ?

This is a base for all people new reversers who want to make a proper string decryptor It's using dynamic (invoke) and static approaches. I commented the whole code to make sure everyone understand how it's going