Originally Posted by haxxxen
i think i have now understood the search code type as described at crunch. i will use the example from darkness 2
8001000C 4861734E
65774761 6D65506C
08000013 00000031
8001000C <- search code type with an occurance of 1x and a search pattern of length 0xC bytes
4861734E <- search pattern
65774761 <- search pattern
6D65506C <- search pattern
08000013 <- patch offset is 0x8 bytes from last search pattern with a length of 0x13 bytes to skip (1st search pattern upto the patch offset)
00000031 <- value to patch
@aldostools
is it possible to implement such function?
|
It is already implemented since build 3.0
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.