jsherman212/iomfb-exploit

Segfault

1vnt opened this issue · 3 comments

1vnt commented

Device: iPhone10,6
Running the exploit executable is failing with a segfault, the output until this point is "20.4.0 Darwin Kernel Version 20.4.0: Sun Feb 28 21:05:16 PST 2021; root:xnu-7195.100.367~3/RELEASE_ARM64_T8015 iPhone10,6
sample_kernel_map: to add to alloc_averager.py:".
Running it with LLDB is saying, that the "stop reason = EXC_BAD_ACCESS (code=1, address=0xfffffffffffffff8)".
Any help?

Hi, if you're sampling the kernel map for your device you need to load xnuspy via pongoOS. otherwise, recompile my exploit code with make -B and try again

1vnt commented

still, segfault.

can you send the binary that segfaults after you recompiled with make -B pls