attempting to fix checkJailbroken
``` [*] Connected to 192.168.1.6:40404 !! > [+] Detected locale: en [+] Language loaded: en [+] Loading main menu... [+] Main menu loaded [+] Loading payload_host.js... [+] Loading userland.js... [+] Initiate UAF... [+] Achieved UAF !! [+] Spraying arrays with marker... [+] Looking for marked array... [+] Found marker at uaf_view[8] !! [+] Marked indexing header 0x0000010000000100 [+] Corrupting marked array length... [+] Found corrupted array at spray[23] !! [+] Corrupted array length 0x0000000000001337 [+] Initiate ARW... [+] Achieved ARW !! [*] addrof(Math.min): 0x000000022584DFF0 [*] scope: 0x000000022581F800 [*] native_executable: 0x00000002258447C0 [*] native_executable_function: 0x00000000803E2380 [*] native_executable_constructor: 0x000000008035FE00 [*] _error_addr: 0x0000000800002C70 [*] strerror_addr: 0x00000000801CC410 [*] addrof(jsmaf.gc): 0x00000002259593A0 [*] native_invoke_addr: 0x0000000000438F20 [+] Disabled GC [+] Initiate ROP... [*] fake_native_executable: 0x0000000229993408 [*] addrof(fake): 0x00000002258B35E0 [+] Achieved ROP !! [+] jsc address: 0x000000008031C000 [+] libc address: 0x000000008018C000 [+] libkernel address: 0x0000000800000000 [+] eboot address: 0x00000000003FFBF0 [*] Found 298 syscalls [+] userland.js loaded [+] ERROR loading payload_host.js: Can't find variable: checkJailbroken [+] payload_host.js:12:34 global code@payload_host.js:462:3 include@[native code] include handleButtonPress@main-menu.js:291:16 onKeyDown@main-menu.js:306:24 [*] Disconnected ```
This commit is contained in:
@@ -13,6 +13,9 @@ import { checkJailbroken } from 'download0/check-jailbroken'
|
||||
log('userland.js already loaded (libc_addr defined)')
|
||||
}
|
||||
|
||||
log('Loading check-jailbroken.js...')
|
||||
include('check-jailbroken.js')
|
||||
|
||||
const audio = new jsmaf.AudioClip()
|
||||
audio.volume = 0.5 // 50% volume
|
||||
audio.open('file://../download0/sfx/bgm.wav')
|
||||
|
||||
Reference in New Issue
Block a user