the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 12 lines 203 B view raw
1; iob_shim.asm 2; Provides __iob_func for legacy libs compiled against pre-VS2015 CRT 3 4.code 5EXTRN __acrt_iob_func:PROC 6 7__iob_func PROC 8 mov ecx, 0 9 jmp __acrt_iob_func 10__iob_func ENDP 11 12END