All Projects → extremecoders-re → Pjorion Deobfuscator

extremecoders-re / Pjorion Deobfuscator

A deobfuscator for PjOrion, python cfg generator and more

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pjorion Deobfuscator

Simplify
Android virtual machine and deobfuscator
Stars: ✭ 3,865 (+7952.08%)
Mutual labels:  deobfuscation, reverse-engineering
Jremapper
Remapping tool for compiled java programs.
Stars: ✭ 97 (+102.08%)
Mutual labels:  deobfuscation, reverse-engineering
Dex Oracle
A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
Stars: ✭ 398 (+729.17%)
Mutual labels:  deobfuscation, reverse-engineering
Dnpatch
.NET Patcher library using dnlib
Stars: ✭ 249 (+418.75%)
Mutual labels:  deobfuscation, reverse-engineering
Tigress protection
Playing with the Tigress binary protection. Break some of its protections and solve some of its challenges. Automatic deobfuscation using symbolic execution, taint analysis and LLVM.
Stars: ✭ 550 (+1045.83%)
Mutual labels:  deobfuscation, reverse-engineering
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-37.5%)
Mutual labels:  reverse-engineering
Halomd
New demo version of Halo for the Mac.
Stars: ✭ 36 (-25%)
Mutual labels:  reverse-engineering
Medusa
An open source interactive disassembler
Stars: ✭ 946 (+1870.83%)
Mutual labels:  reverse-engineering
Android Unpacker
Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0
Stars: ✭ 944 (+1866.67%)
Mutual labels:  reverse-engineering
Write Ups
📚 VoidHack CTF write-ups
Stars: ✭ 45 (-6.25%)
Mutual labels:  reverse-engineering
Ida android script
some idapython scripts for android debugging.
Stars: ✭ 38 (-20.83%)
Mutual labels:  reverse-engineering
Php Spx
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
Stars: ✭ 972 (+1925%)
Mutual labels:  reverse-engineering
Pharos
Automated static analysis tools for binary programs
Stars: ✭ 955 (+1889.58%)
Mutual labels:  reverse-engineering
Pince
A reverse engineering tool that'll supply the place of Cheat Engine for linux
Stars: ✭ 987 (+1956.25%)
Mutual labels:  reverse-engineering
Reverse Engineering
This repository contains some of the executables that I've cracked.
Stars: ✭ 29 (-39.58%)
Mutual labels:  reverse-engineering
Minject
Mono Framework Interaction / Injection Library for .NET (C++/CLI)
Stars: ✭ 42 (-12.5%)
Mutual labels:  reverse-engineering
Managedinjector
A C# DLL injection library
Stars: ✭ 28 (-41.67%)
Mutual labels:  reverse-engineering
Baresifter
A bare-metal x86 instruction set fuzzer a la Sandsifter
Stars: ✭ 33 (-31.25%)
Mutual labels:  reverse-engineering
Xoreos Tools
Tools to help the development of xoreos
Stars: ✭ 38 (-20.83%)
Mutual labels:  reverse-engineering
Peasauce
Peasauce Interactive Disassembler
Stars: ✭ 33 (-31.25%)
Mutual labels:  reverse-engineering

PjOrion Deobfuscator

THIS PROJECT HAS BEEN DISCONTINUED. IT IS SUPERSEDED BY bytecode_simplifier

PjOrion Deobfuscator is a tool (actually more than a single tool) that aims to deobfuscate PjOrion obfuscated python scripts.

It contains various other small utilities such as a recursive disassembler to facilitate in reverse engineering of compiled python code.

At the present, you can use the tool to generate a cfg for python bytecode.

$ python generateCFG.py ./example/example1.pyc

You would get cfg images for each code objects in the pyc file.

Example 1

TODO


  • Support for EXTENDED_ARG opcode
  • Documentation
  • Use as a library

LICENSE


PjOrion Deobfuscator is licensed under The MIT License (MIT)

Copyright (c) 2015, Extreme Coders

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].