This file contains hidden or 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
| # pip install pythonnet (works with python < 3.14) | |
| # You can test this script with the following file: 69609e89b04d8d27dc47bda2971376cfd760abb40ffe325f00d0cf3303be8906 | |
| # https://bazaar.abuse.ch/sample/69609e89b04d8d27dc47bda2971376cfd760abb40ffe325f00d0cf3303be8906/ | |
| import clr,sys | |
| import binascii | |
| import re | |
| # Add dlls to reverse .NET. You could find them in REPythonNET-MCP projects (into the `dll/`` directory) | |
| clr.AddReference("dnlib") | |
| import base64 |