QNX and BB10 Security Tools
  • Python 61.9%
  • C 36%
  • Shell 2.1%
Find a file
2016-03-19 18:12:58 +00:00
FWAnalysis del appanalysis 2016-03-14 19:09:38 +00:00
IPCFuzz del replay cleanup 2016-03-14 19:19:17 +00:00
MsgFuzz minor cleanup 2016-03-19 18:11:47 +00:00
PPSFuzz minor cleanup 2016-03-19 18:11:47 +00:00
SyscallFuzz del syscall_fuzz 2016-03-19 18:12:58 +00:00
.gitignore minor cleanup 2016-03-19 18:11:47 +00:00
blackberry_monitor.py Initial upload of tools 2015-11-13 09:44:20 +00:00
devrev.sh more syscall coverage 2015-11-29 11:41:53 +00:00
README.md minor cleanup 2016-03-19 18:11:47 +00:00

QNX Security Tools

By Alex Plaskett and Georgi Geshev

Random scripts produced as part of the research into QNX security. For more information please see the following publications:

The following tools are included:

  • FWAnalysis for tools used for static analysis of firmware and finding low hanging fruit bugs

  • IPCFuzz for fuzzing QNX IPC

  • PPSFuzz for fuzzing Persistant Publish Subscribe

  • MsgFuzz for fuzzing PROCMGR, MEMMGR and PATHMGR

  • SyscallFuzz for System Call Fuzzing Neutrino Syscalls

  • blackberry_monitor.py for fuzzing through GDB.

  • devrev.sh for a QNX device review script.