forked from hossainel/pyobfuscate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make the obfuscator handle mangled names ("private" class members).
* Parsing of lambda expressions without arguments was broken as it wasn't passed a LambdaSymTable even though it relied on one. * We were incorrectly obfuscating more or less everything inside lambda expressions. Try to be more careful by separating things from the lambda namespace from the surrounding one.
- Loading branch information
astrand
committed
Sep 28, 2011
1 parent
1a202a7
commit d0d2588
Showing
1 changed file
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters