Debugging FlHook
-
Ahoy,
when i am going to debug the FlHook i usually start the flserver from VisualStudio, so i can interrupt into the early stages if necessary. However doing so i even see the log from flserver be plotted to the debug view. Although i have an attach break if debugging i dont use it. Dont like to navigate through the menu to choose the process to attach.
However looking to the debug view of Visual Studio i see those following first chance exceptions:
The thread 'Win32 Thread' (0xcfc) has exited with code 0 (0x0). First-chance exception at 0x754ec41f in flserver.exe: Microsoft C++ exception: char at memory location 0x043ce600.. First-chance exception at 0x754ec41f in flserver.exe: Microsoft C++ exception: char at memory location 0x043ce618..
and a lot more. So just out of curiosity - has anyone an idea what might cause this first chance exception? I looked at both addresses mentioned but it 0 and 24 (char) in both cases. But no idea what they are used for.
Its not really a problem - i am just curious why my debug view is filled with nearly 2000 of these lines all pointing to the addresses mentioned.
Thanks in advance.
-
No idea, if I debug with IDA I never get such exceptions. Did you give the debugger all privileges? Maybe it isn’t allowed to read that memory area.