Useful binary edits - zeroKilo/GROBackendWV GitHub Wiki

Yeti_Release.exe

Load Language files unencrypted

Remove WS_EX_TOPMOST flag from splashscreen window

  • replace 2 instances of 68 08 00 08 00
  • with 68 00 00 08 00

Allow post-client server creation

  • at 0x6AFD5E
  • replace 74 with 75

ODSK.dll

Remove ALSR to have same offsets in IDA and Debugger

  • Option 1 : Use ALSR Remover Tool
  • Option 2 : open ubi.odsk_r.dll in hexeditor and goto address 0x156 and replace the 0x40 with 0x00

Add more output to logs

  • replace 05 60 F1 69 10 60 90 47 10 C7 05 70 F1 69 10 01 00 00 00
  • with 05 60 F1 69 10 60 90 47 10 C7 05 70 F1 69 10 FF FF FF FF

AICLASS_PCClient_R.dll