Nukoooo
Nukoooo
Timerban
Implemented for nairda
Example: ```asm mov rcx, [rax+330h] mov edx, 8003h ``` Let's say I want to get the rcx register address, with the current implementation, I need to hook ``mov edx, 8003h``...
(I dont know how to make it link to an issue so /shrug)
Reopen of #2192
I have the following types ```cpp enum __bitmask RnQueryObjectFlags : __int16 { RNQUERY_OBJECTS_STATIC = 0x1, RNQUERY_OBJECTS_KEYFRAMED = 0x2, RNQUERY_OBJECTS_DYNAMIC = 0x4, RNQUERY_OBJECTS_LOCATABLE = 0x8, }; struct CTraceFilter { void *vtable;...
Without this imgui just shows ????? when a string contains any CJK characters