angr.utils¶
- angr.utils.is_pyinstaller()
Detect if we are currently running as a PyInstaller-packaged program.
- Return type:
- Returns:
True if we are running as a PyInstaller-packaged program. False if we are running in Python directly (e.g., development mode).
- angr.utils.looks_like_sql(s)¶
Determine if string s looks like an SQL query.
- angr.utils.timethis(func)
Submodules
JSON encode/decode wrappers that use msgspec when available (CPython only), falling back to the standard library json module otherwise. |
|