Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 330 Bytes

sqlitespy - SQLite C API interceptor

Features:

  • Intercept (currently not all) sqlite C API functions
  • iOS support.

Example:

1.Compile the agent with:

$ make compile-agent
  1. Launch the script
$ python3 sqlite-runner.py -U -f com.apple.mobilesafari -r -v

Inspired by: https://github.com/hot3eed/xpcspy