Neo-Mind / WARP

Win App Revamp Package
GNU General Public License v3.0
103 stars 53 forks source link

[BUG] 202309 client read data folder first #134

Open Shaktohh opened 1 year ago

Shaktohh commented 1 year ago

The patch read data folder first doesnt work anymore on new client

        const addr = Exe.FindHex( JZ(WCp) + CALL(), memAddr + 0x7, memAddr + 0x20);//jz short _skip#3
                                                                                   //call func#2

to const addr = Exe.FindHex( JZ(WCp), memAddr + 0x7, memAddr + 0x20);//jz short _skip#3

There is no call anymore just after the short jump image

Pokye commented 1 month ago

Working in https://github.com/Neo-Mind/WARP/commit/2e6a9156ea591151f2288ca0222d36498e234818