You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the backbone backend with a virtual Raspberry Pi 4 on AVH, I run into this error when attempting to use Memory.scanSync:
Error: unable to insert page table mapping; please file a bug
at <eval> (<input>:3)
at eval (native)
at <anonymous> (/frida/repl-1.js)
at evaluate (/frida/repl-1.js:57)
Script:
constpattern='35 2e 31 35 2e 30 2d 31 30 31 32 2d 72 61 73 70 69';// 5.15.0-1012-raspifor(constrofProcess.enumerateRanges('r--')){console.log(JSON.stringify(r,null,2));constmatches=Memory.scanSync(r.base,r.size,pattern);console.log('Matches:',JSON.stringify(matches,null,2));}
The text was updated successfully, but these errors were encountered:
When using the backbone backend with a virtual Raspberry Pi 4 on AVH, I run into this error when attempting to use Memory.scanSync:
Script:
The text was updated successfully, but these errors were encountered: