Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Removed the static hash from pyobfuscated binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Apr 22, 2016
1 parent c038993 commit 5e0c2c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[04.22.2016]
Released.: 2.26.2
Modified.: pyobfuscator code no longer embeds a static hash at the end of each python payload

[04.01.2016]
Released.: 2.26.1
Updated..: Our update.py script has been updated for better compatibility with Kali. Thanks to @Sbrun for providing the patch!
Expand Down
2 changes: 1 addition & 1 deletion modules/common/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import helpers


version = "2.26.1"
version = "2.26.2"


# try to find and import the settings.py config file
Expand Down
5 changes: 0 additions & 5 deletions tools/pyobfuscate/pyobfuscate
Original file line number Diff line number Diff line change
Expand Up @@ -1179,11 +1179,6 @@ def main():
# code. Obfuscate those symbols gathered earlier. Change
# indentation, blank lines etc.
TokenPrinter(source, ce.result)

# Step 5: Output a marker that makes it possible to recognize
# obfuscated files
print "# dd678faae9ac167bc83abf78e5cb2f3f0688d3a3"

if __name__ == "__main__":
main()

0 comments on commit 5e0c2c3

Please sign in to comment.