while scraping a site that was using some stupidly easy to break javascript obfuscation I started to think about how to improves it. Does anyone know of a good javascript obfuscation technique?
Of course it's impossible to create something that will defeat a dedicated reverse engineer, but maybe something that mutates a little each time in order to defeat scripts. Meaning a person would have to manually break the obfuscation every single time.
Of course it's impossible to create something that will defeat a dedicated reverse engineer, but maybe something that mutates a little each time in order to defeat scripts. Meaning a person would have to manually break the obfuscation every single time.