-
Pyobfuscate throws an error when code contains type hints in method declarations.
`RuntimeError: Overlooked symbol 'list' on line 70 column 40`
Eg.
def some_method(users: list):
pass
-
Hi where can i reach to talk about this: https://blog.googles.icu/tags/pyobfuscate/
thanks!!! I want to learn how you do this. but english translation is hard
-
```sql
Traceback (most recent call last):
File "E:\fbvenv\Auto_Share\pyobfuscate-decoder\pyobfuscate_decoder\decoder.py", line 75, in
main()
File "E:\fbvenv\Auto_Share\pyobfuscate-…
-
https://inspector.pypi.io/project/whoisbuild/1.0.1/packages/91/2b/0be0b33c7a81a7bd66820ac29d02245f6b90efbecd8729d100de73cd3bae/whoisbuild-1.0.1.tar.gz/whoisbuild-1.0.1/whoisbuild/utils.py
For some …
-
Traceback (most recent call last):
File "/usr/bin/pyobfuscate", line 1170, in
main()
File "/usr/bin/pyobfuscate", line 1145, in main
cw = CSTWalker(source_no_encoding, pae.pubapi)
File …
-
I did a clean install following this:
https://www.smallsurething.com/category/obfuscation/
then tried to obfuscate file, but recive error:
[root@mikkm ~]# pyobfuscate init.py
Traceback (most recent c…
MikkM updated
8 years ago
-
This is my new obfuscator and officially release within a days...Is there is a way to decrypt.
https://raw.githubusercontent.com/mithuncoder/pyobfuscate/main/New%20Obfuscator.py
https://raw.gith…
-
Ticket inspired by http://stackoverflow.com/questions/43600414/error-errno-1-operation-not-permitted-usr-bin-pyobfuscate-macos-sierra/43600504
---
The `setup.py` for pyobfuscate treats the execu…
-
How can I fix the issue where symbols and parsers cannot be used in Python 3.10, resulting in the functionality being unusable.
-
Dear Author,
With sincere appreciation, Is it possible to provide simple documentation on how to use this tool.
I have a.py to be obfuscated.
What steps I need follow.
pyobfuscate a.py aob.py
Is this…