USSRcoder
USSRcoder
Have infinity trace loop. [prey(outdated)](https://codeload.github.com/Claymore-Dual/Claymore-Dual-Miner/zip/15.0) Also, in my case JMP in same section; some changes in main.cpp of Novmp - ``` // Skip if JMP target is in the same...
tt.c ``` #include "tt.h" #include "tt.h" ``` tt.h ``` #define PRINT_NUMERIC_ID 1 #if PRINT_NUMERIC_ID == 0 1 #elif PRINT_NUMERIC_ID == 1 2 #endif #undef PRINT_NUMERIC_ID ``` _mcc -a -i -E...
``` function pass_add(x, y) return take_fun_arg(add, x, y) end ``` instead of ``` function pass_add(x, y) take_fun_arg(add, x, y) end ``` in readme.md@Accepting Lua functions as Arguments in sample code;
**DOSBox-X crashed** when i run any external command DOSBox-X last version (without dsbxida) works fine. **To Reproduce** run dosbox-x.exe type run in debug window run external commamd (z:\ls.com, z:\tree.com) **Environment:**...
The overlay menu item does not display data correctly. it must be zlb, instead of 0x31 0x23 0x8b... 
Doesn't correctly (becomes ??) decode strings in cp1251 encoding. Here my version: ```cpp internal static string ReadAsciiString(this BinaryReader br, uint length, int position = -1) { if (length == 0)...
UnicodeDecodeError: ``` C:\Users\adm\Downloads\f4>python C:\games\IDA7.7\python-idb\scripts\dump_btree.py FO4GSNoSND.exe_deb2.i64 INFO:idb.netnode:resolved string netnode Root Node to ff00000000000002 INFO:idb.netnode:resolved string netnode Root Node to ff00000000000002 Traceback (most recent call last): File "C:\games\IDA7.7\python-idb\scripts\dump_btree.py", line 72, in sys.exit(main())...