Frank
Frank
After installing with curl, terminal shows: ``` : command not found : command not found : command not found : command not found : command not found : command not...
Added this timer: https://www.youtube.com/watch?v=Z_6CXeYzjz0 To the UI
Added this timer: https://www.youtube.com/watch?v=Z_6CXeYzjz0 To the UI
I'm dealing with a variation of `thiscall` where the this pointer is passed via EAX instead of ECX. Apparently this is some msvc-only optimization. While the detour is working with...
When self.ps_instances is none, self.ps_instances_count is 0, then slice::from_raw_parts causes a panic here. Same for the vs version. Initially I tried this fix with is_some() but it still caused a...