Howdy, It's worked, but the URLs still can be sniffed using SmartSniff , view result here . So, to protect from sniffing I use a password-based AES encryption: Jorlen Young's AES Encryption Code v1.3 , and it successfully encrypting URLs, see here and my code implementation is below: ...Jorlen Young...
Howdy All, When I try to mark blocks of the code containing string constants that is stored in variables, I got some errors. I want to knwo how to use the VMProtect's Markers to do that. My code : procedure TForm1.IdMappedPortTCP1Execute(AThread: TIdMappedPortThread); var Payload, Host, Header, Kryp...