The Forum is up for sale: XeNTaX Forum looking for new owner

Search found 2 matches

by Dark Frost
Fri Jan 27, 2023 10:57 pm
Forum: Code Talk
Topic: Quickbms script - How Can I return and after Q_OFFSET then A_OFFSET?
Replies: 0
Views: 461

Quickbms script - How Can I return and after Q_OFFSET then A_OFFSET?

do findloc A_OFFSET binary "\x80\x00" goto A_OFFSET get A_SIZE asize findloc Q_OFFSET binary "\x43\x52\x49" goto Q_OFFSET get Q_SIZE asize if A_OFFSET == Q_OFFSET - 32 findloc B_OFFSET binary "\x80\x01\x??\x??" 0 "" goto B_OFFSET if B_OFFSET == "" g...
by Dark Frost
Fri Jan 20, 2023 5:39 pm
Forum: Code Talk
Topic: Byte Pattern Splitting Problem QuickBMS?
Replies: 0
Views: 333

Byte Pattern Splitting Problem QuickBMS?

Hi ı Can use this code https://zenhax.com/viewtopic.php?t=1843#p10024 but ı have problem Byte Pattern Splitting my code is findloc OFFSET binary "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" do goto OFFSET get DUMMY long findloc NEXT_OFFSET binary "\x00\x07\x77\x7...