View Single Post
Old 02-21-2013   #164
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 937
Likes: 897
Liked 1,225 Times in 480 Posts
Mentioned: 573 Post(s)
Tagged: 0 Thread(s)
Originally Posted by haxxxen View Post
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.
aldostools is offline   Reply With Quote