Siguza / ios-kern-utils

iOS Kernel utilities
MIT License
240 stars 54 forks source link

Killed:9 #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

Installed latest commit and get killed: 9 error when running khead and kdump. This is for the ios 10 branch. iPhone 6s N71AP 10.2

Siguza commented 7 years ago

Sounds like a code signing issue. The build process should sign them, but just to be sure, could you verify they're signed? And did you install them via deb, or by hand? In the latter case, if you copied them over pre-existing binaries, the signature of the old binary will reain in the cache, and obviously not match the new binary, so it gets killed. If you update binaries by hand, always delete + recreate rather than overwrite.

ghost commented 7 years ago

@siguza I tried deb and ldid just incase l'll try to install directly. Also I have a killed: 9 on a lot of exceutables for example python pip, ruby, metasploit, and more. Does this also mean code signing?

Siguza commented 7 years ago

Okay, that sounds more like a broken AMFI. Does your syslog say anything?

ghost commented 7 years ago

@siguza syslog location in kind of a noob

Siguza commented 7 years ago

No location, unfortunately. See the iPhone wiki for instructions.

ghost commented 7 years ago

@Siguza I can't seem to compile ondevide console what shall I do? Do you have a copy or can I use Ryan's deviceconsole?

Siguza commented 7 years ago

ondeviceconsole.zip

ghost commented 7 years ago

@siguza when I run the commands I still get same killed: 9 but don't see anything other than the same things that continuously show up in ondeviceconsole

Siguza commented 7 years ago

Well, it's definitely an issue with your system, and not with kern-utils. This happens before any of my code even runs, so I'm closing this.