-
Hello there,
With curiosity, I would like to know why you want to deobfuscate pyarmor code ?
Because I use pyarmor to protect my code for software development and if my customers could decrypt it,…
-
There should be - at least temporar - obfuscation for the code of Librerian, at least until it goes open source.
This is because there can be stealers here and there, and this project is a bit too pr…
-
### Describe the project you are working on
Any project which can be released publicly where the developer might not want to have their code or structure implementation easily stolen.
### Descri…
-
I have a project with two files:
**a.py**:
```
def p(x):
print(f"Hello {x}")
```
**main.py**:
```
import a
a.p("world")
```
Following the [documentation](https://pyarmor.readthedocs.i…
-
seriously, why?
-
**Bad news.. My pyarmor program got cracked...**
I am licensed user, source is Py 3.8 and used Pyarmor 6.7.2.
All was fine until yesterday, someone deobuscated it and then easily cracked it from sou…