Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Created April 27, 2015 12:02
Show Gist options
  • Save SomeoneWeird/bd8291c732a32039a43f to your computer and use it in GitHub Desktop.
Save SomeoneWeird/bd8291c732a32039a43f to your computer and use it in GitHub Desktop.
➜ frida git:(master) make check-core-mac
build/tmp-mac-i386/frida-core/tests/frida-tests -p /
/System/enumerate-processes-returns-processes-with-icons: OK
/Fruitjector/inject-current-arch:
FAIL: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code0: task_for_pid failed while trying to inject: (os/kern) failure (5)
**
ERROR:../../../../frida-core/tests/test-fruitjector.c:1026:frida_fruitjector_test_lab_rat_do_injection_co: code should not be reached
^Cmake[1]: *** [check-core-mac] Abort trap: 6
make: *** [check-core-mac] Interrupt: 2
➜ frida git:(master) sudo killall taskgated
Password:
➜ frida git:(master) make check-core-mac
build/tmp-mac-i386/frida-core/tests/frida-tests -p /
/System/enumerate-processes-returns-processes-with-icons: OK
/Fruitjector/inject-current-arch:
FAIL: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code0: task_for_pid failed while trying to inject: (os/kern) failure (5)
**
ERROR:../../../../frida-core/tests/test-fruitjector.c:1026:frida_fruitjector_test_lab_rat_do_injection_co: code should not be reached
^Cmake[1]: *** [check-core-mac] Abort trap: 6
make: *** [check-core-mac] Interrupt: 2
➜ frida git:(master) sudo make check-core-mac
build/tmp-mac-i386/frida-core/tests/frida-tests -p /
/System/enumerate-processes-returns-processes-with-icons: OK
/Fruitjector/inject-current-arch: OK
/Fruitjector/inject-other-arch: <64-bit only> OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment