Skip to content

Hook sqlite3_prepare_* functions in statically linked binaries #2

Description

@Xetera

Currently we only hook these functions in shared libraries. With static linking there's a lot of guesswork involved with walking the chain of references to known sqlite error messages and what not. We potentially end up missing important queries because, from what I can tell, the query is sometimes nulled out after it turns into a prepared statement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions