We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099526d commit 3ba7d39Copy full SHA for 3ba7d39
README.md
@@ -172,7 +172,7 @@ fickling --trace file.pkl
172
Fickling allows to inject arbitrary code in a pickle file that will run every time the file is loaded
173
174
```console
175
-fickling --inject "print('Malicious')" file.pkl
+fickling --inject "print('Malicious')" file.pkl > malicious.pkl
176
```
177
178
### Pickle decompilation
0 commit comments