View Single Post
  #2  
Old 11-09-2022, 12:17
WhoCares's Avatar
WhoCares WhoCares is offline
who cares
 
Join Date: Jan 2002
Location: Here
Posts: 468
Rept. Given: 11
Rept. Rcvd 32 Times in 25 Posts
Thanks Given: 69
Thanks Rcvd at 247 Times in 94 Posts
WhoCares Reputation: 32
With C++ "constexpr" feature, we can do compile-time obfuscation.
But usually the decryption at runtime is not thread-safe, so lock/synchronization must be used at runtime.

https://github.com/adamyaxley/Obfuscate
https://github.com/Snowapril/String-Obfuscator-In-Compile-Time
__________________
AKA Solomon/blowfish.
Reply With Quote
The Following User Gave Reputation+1 to WhoCares For This Useful Post:
user1 (11-09-2022)
The Following 6 Users Say Thank You to WhoCares For This Useful Post:
niculaita (11-12-2022), p4r4d0x (11-10-2022), sh3dow (11-10-2022), TQN (11-10-2022), user1 (11-09-2022)