mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 08:57:55 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
6e24e80658
commit
619d1ad3c3
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ f = ftype(ctype(1, 1, 1, 67, '|\x00\x00GHd\x00\x00S', (None,), (), ('s',), 'stdi
|
|||
f(42)
|
||||
```
|
||||
|
||||
### Decompiling Python
|
||||
## Decompiling Compiled Python
|
||||
|
||||
Using tools like [**https://www.decompiler.com/**](https://www.decompiler.com/) ****one can **decompile** given compiled python code
|
||||
|
||||
|
|
Loading…
Reference in a new issue