danielkrupinski / MemJect

Simple Dll injector loading from memory. Supports PE header and entry point erasure. Written in C99.
MIT License
463 stars 89 forks source link

What is "decryptBinary"? #6

Closed hyperxpro closed 5 years ago

hyperxpro commented 5 years ago

I was having a look at the code and found "decryptBinary" method. What does it do? Does it decrypt encrypted byte array? If so, how can we encrypt the byte array?

Floraly commented 5 years ago

It is Xor Encryption if you use it.