Want to make a bot for a game and need to get APIs to check for things. But everything is encrypted. Where should I be heading?
Since it's an MMORPG, is it safe to assume I can't do that?you have to decompile or disassemble the application to find out how it encrypts the traffic.
yes, most likely you won't be able to do that because developers of the online games usually implement advanced protections of the executable file to prevent its disassembly/decompilation for analysis.Since it's an MMORPG, is it safe to assume I can't do that?