DeKode is a tools designed to decode strings that have been encoded using lambda methods, as generated by this tools.
- Decodes the string encoded with the method:
Lambda base64.b16decodeLambda base64.b32decodeLambda base64.b64decodeLambda zlib.decompress(base64.b16decode)Lambda zlib.decompress(base64.b32decode)Lambda zlib.decompress(base64.b64decode)
Clone this repository
git clone https://github.com/0xtbug/DeKodeMove direcory
cd DeKodeInstall depedencies
pip install -r requirements.txtMove the script want to decode to encode.txt
Run tools
python main.pyThe result saved in result.txt
Contributions to the DeKode are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.
