praydog
praydog
Looks related to freezing CVars. Did you freeze any CVars? You might want to clear out your config. But before you do that, your entire config should help me figure...
No, I was just trying to load the exact same UEVRBackend.dll you used so I could analyze the crash dump better. I figured that part out now. But the issue...
Duplicate issue #79 If you understood what this tool is doing internally, it is no surprise that these vendors are seeing it as suspicious. The project can be compiled and...
Added a month or so ago with the "LooseFileLoader" option.
Place a debugger on it.
This is what the plugin system that was added is for. https://github.com/cursey/reframework-d2d https://github.com/praydog/REFramework/tree/master/example_plugin
> It'd be really cool if this could get merged. I tried playing around with it in my own repo, but I couldn't really figure it out. The application I'm...
Yes, assemblers can widen some subsets of instructions to larger versions. Though some instructions will require some variant of: ``` push reg movabs reg, address cmp reg2, [reg] pop reg...
Try using this PR and see if your issue goes away https://github.com/cursey/safetyhook/pull/51 However that is still quite strange if GetThreadId is crashing, I haven't heard of this. Would need to...
The only thing I can think of off the top of my head is that something in the TEB or PEB may be invalid for a short time, but still...