Skip to content

Commit

Permalink
Add pattern/region information
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Dec 30, 2021
1 parent 550e0e9 commit 4cc854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/development/reverse_engineering_mybmw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If needed, **replace the search pattern** and **disable adding** ``0x01`` **on A
function disablePinning()
{
var m = Process.findModuleByName("libflutter.so");
var pattern = "2d e9 f0 4f a3 b0 81 46 50 20 10 70" // MyBMW CN 1.5.1 & CN1.6.6
var pattern = "2d e9 f0 4f a3 b0 81 46 50 20 10 70" // MyBMW 1.5.1 to 1.7.0 (all regions)
var res = Memory.scan(m.base, m.size, pattern, {
Expand Down

0 comments on commit 4cc854c

Please sign in to comment.