StringDecryptorBase
June 12, 2020 ยท View on GitHub
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