Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suhacker1 authored Dec 21, 2023
1 parent 670de41 commit 191ee78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ malicious pickle or pickle-based files, including PyTorch files.

## Key Features
- **Static Analysis**: Report detailed results from fickling’s `check_safety` in a usable JSON format
- **Easy Integration**: Detect malicious files and halt deserialization using features like `fickling.load()`,
a global function hook, and a context manager that streamline integration into existing infrastructure
- **Easy Integration**: Detect malicious files and halt deserialization using features like the context mananger, global hook,
and `fickling.load()` that streamline integration into existing infrastructure
- **Decompilation**: Decompiles pickled data streams into readable Python code, revealing the original serialized object
- **Injection**: Rewrite bytecode to inject code into pickle files and develop exploits in which anonymously shared pickle files can be an attack vector
- **PyTorch Support**: Inspect, analyze, and inject code into PyTorch files
Expand Down

0 comments on commit 191ee78

Please sign in to comment.