Skip to content

Commit 3ba7d39

Browse files
committed
Update README
1 parent 099526d commit 3ba7d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ fickling --trace file.pkl
172172
Fickling allows to inject arbitrary code in a pickle file that will run every time the file is loaded
173173

174174
```console
175-
fickling --inject "print('Malicious')" file.pkl
175+
fickling --inject "print('Malicious')" file.pkl > malicious.pkl
176176
```
177177

178178
### Pickle decompilation

0 commit comments

Comments
 (0)