Skip to main content

Questions tagged [wine]

The tag has no usage guidance.

0 votes
1 answer
680 views

Debugging Windows applications on Linux: Hardware watchpoints and backtracing in IDA not working and winedbg hardware watchpoints borderline unusable?

As in the title. Maybe someone has any experience with this. It's a significant impediment when trying to debug Windows applications on Linux. I find hardware watchpoints, in particular, to be ...
swaggg's user avatar
  • 115
2 votes
0 answers
89 views

How to find and read specific value in memory of running wine application?

How can I find and read specific values in memory of running WINE application? I am experimenting with text editors, writing some string and trying to find it in the heap memory and changing it using ...
JustOneMan's user avatar
1 vote
2 answers
1k views

hooking sleep & beep syscalls

I have a binary which is playing a Morse code using calls to Beep & Sleep. This file is Windows PE32 exe which I open via Wine on my Ubuntu (16.04). How can I extract the arguments which passed ...
whoopdedoo's user avatar
1 vote
0 answers
449 views

How to use Hopper to debug wine apps

I'm running Linux Mint , and I try to use the linux Hopper to debug a windows exe . Does anyone knows a way to debug in Hopper the applications that runs uder wine ? For example like : winedbg --gdb /...
CGeorgian's user avatar
  • 111
2 votes
0 answers
2k views

How to set-up GDB debugging in IDA Pro on Linux via Wine?

I tried running on linux via root terminal: gdbserver --multi localhost:23947 And then at IDA Pro at Wine I use Remote GDB debugger with my local ip and port: However when I start debugging I think ...
sasho648's user avatar
  • 421
2 votes
1 answer
437 views

Strange behaviour of Wine dlls under OllyDbg [duplicate]

I've noticed something strange. OllyDbg seems to correctly load Wine's own dlls. But when I check PE header in OllyDBG it differs from that what I would expect. In all other cases file content is an ...
ruby_object's user avatar
3 votes
0 answers
271 views

Puzzling behaviour when loading Wine's oleaut32.dll in OllyDbg

I was experimenting with debugging Windows programs under Wine and spotted this weird behaviour. When I check Wine's oleaut32.dll in OllyDbg I get different values in PE header compared to that what ...
ruby_object's user avatar