re: Help me to find function name from kernel32.dll
m...@alanny.ru asked: > [How can I get a log of the Wine functions called by an app?] WINEDEBUG=+relay should help...
Help me to find function name from kernel32.dll
Hi there. I'm debugging some windows app in OllyDbg under Wine ;-) (funny?) Now, I found this call in assembler: call ebx EBX is 7EE6BC23. So, instruction invokes some function in address 7EE6BC23. This address, as Olly shows belongs to kernel32.dll. I can follow this address, and there are some