Posts
Sort by recent activity
Deobfuscating stack
Hi,
Is the de-obfuscation stack API available if I use a custom (internally developed) bug tracking system?
I can store all versions of lookup tables etc and present to API as required, and I can e...
String interning when string caching is disabled
Hi - I assume that the following method is the code that extracts the encoded/compressed resource strings or strings in general.
I can see that this is interning the result string (str2). If this i...