kevoreilly / capemon

capemon: CAPE's monitor
GNU General Public License v3.0
100 stars 49 forks source link

DllMain: Set process path etc. in standalone mode as well #79

Closed heck-gd closed 7 months ago

heck-gd commented 7 months ago

Quite a few hooks depend on these strings and crash if they are NULL.

kevoreilly commented 7 months ago

Thank you! 🙏

Wow someone using capemon in standalone mode - must be the project's best kept secret. I'm curious what is your use case?

heck-gd commented 7 months ago

Wow someone using capemon in standalone mode - must be the project's best kept secret. I'm curious what is your use case?

I find it useful when debugging crashes or missing API call logs etc., since I usually do that in an isolated VM without access to the CAPE backend.

My original problem was the .exe process name thing, but after diagnosing it I noticed you already fixed it 3 weeks ago :stuck_out_tongue: