Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improperly renames function parameters #3

Open
deeplearnerali opened this issue Jun 26, 2022 · 1 comment
Open

Improperly renames function parameters #3

deeplearnerali opened this issue Jun 26, 2022 · 1 comment

Comments

@deeplearnerali
Copy link

We have the original code here:

def add(x: int, y: int) -> None: print(f"{x:,} + {y:,} = {(x+y):,}") add(10, 10)

after obfuscation

`
def lIIlllIIIlIllI(llIIlllIllIl: int, IllIIIlIllIl: int) -> None:
print(f"{x:,} + {y:,} = {(llIIlllIllIl+IllIIIlIllIl):,}")
lIIlllIIIlIllI(10, 10)

`

@YumYummity
Copy link

looks as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants