https://bugs.winehq.org/show_bug.cgi?id=45327
--- Comment #23 from luc.bournaud@gmail.com --- On my system, winedbg backtrace on LeagueOfLegends.exe print 200 lines of : 0x00000000100404db in stub (+0x404da) (0x000000000033e9e8) After doing a objdump on the stub.dll the address point to a c3 cc cc cc cc instruction, c3 is ret but is not recognized
On google this opcode point to bug in games, a "anti-anti-debug" topic in the reverse engineering stack-exchange, multiple time a pdf about "binary stirring" and https://www.codeproject.com/Articles/737907/Taking-advantage-of-Windows-Hot-...... did I have study black magic ?