5 ms·
If anything, an obfuscated microservice-based application is easier to understand than a monolithic version: network data transfer is easier for observers to un
by bzbz 3y ago
If anything, an obfuscated microservice-based application is easier to understand than a monolithic version: network data transfer is easier for observers to understand than memory modification.
- fulafel 3y agoThis could be argued, but obfuscated apps are a land of their own. (You could also argue that obfuscated monolithic programs are be easier to reverse engineer, breakpoint, replay, emulate, time-travel-debug, trace, etc because you can completely control them in your test bench and aren't then working against a hostile distributed system)