https://bugs.winehq.org/show_bug.cgi?id=47972
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- (In reply to ybyt4t@gmail.com from comment #4)
I can try to do the disassembly. Can you tell me, what is the best way to do that? Is it possible to generated a core dump or so?
Ideally, static disassembly of the binary on disk. I prefer `objdump -d` for this. It might be obfuscated, though, which makes things significantly harder.