I am in need of someone who can create a little obfuscation for a PE file. I want to store something in the string table of a PE file. It would start out as about 512 "A"s and then I will use Python to open the file, search for the 512 "A"s and overwrite them with something else. Then the program will be able to load the string and split it up into 3 different variables and use it in the program. This is called binary patching and what I want is something like WCHAR path[512] WCHAR ip[15] WCHAR port[10] But it needs to be somewhat encrypted. You can XOR it against a key and store the key in the resource section to. It sounds kind of complicated but I know how to do most of it. If you are familiar with binary patching then you will understand what I need when I give you more information if needed.