Giter VIP home page Giter VIP logo

powerobfuscator's Introduction

PowerObfuscator

PowerObfuscator obfuscate your PS3 .PRX/.SPRX plugins

Features

  • Compile Time String Obfuscation
  • Compile Time Hash Generation
  • Compile Time Random Number Generator
  • Real Time Function Encryption & Decryption
  • Real Time Memory Address Encryption & Decryption
  • Dump Obfuscation
  • Segment Obfuscation [.text] [.data] [.rodata]

Preview Results

Preview ASM

Preview Strings

How To Use

  1. In order for your sprx to decrypt you need to add pobf::Segment::DecryptSegments(main);to your main(). It must be the first function

Main Example

  1. In your prx go to definition of pobf::Segment::DecryptSegments(main); and replace the encryption key with your own.

  2. Now load your prx in app and enter your encryption key. Default encryption key is: 5DF8B37ADF473A006210F4C66B4C8ECA148192813560F950F1804EF92C10EFDE0EEE63D63010088D705BCA549FC38383EB2F5110BEE4F1D88CD7F1D4719EBDB6

App Example

Installing PowerObfuscator into your sprx source code

  1. Download the latest release from Releases
  2. Navigate to your SDK installation folder (default: C:\usr\local\cell\target\ppu)
  3. Drop the include and lib folders
  4. Open up Project Properties and Add -lc to your project "Additional Dependencies"
  5. Add -lPowerObfuscator to your project "Additional Dependencies"
  6. Add $(SCE_PS3_ROOT)\target\ppu\lib\libpsutil.a to your project "Additional Dependencies"

dependencies

  1. Now go to Linker change "Output Format" to PRX File

output format

  1. Change "Debug Info and Symbol Stripping" to Strip Debug Information Only

symbol stripping

  1. In Project Properties navigate to C/C++ then Language and change "C++ Language Standard" to Use C++11

cpp11

  1. Now go to General and change "Target Extension" to .prx

file extension

  1. Add #include <libpsutils.h> into your project
  2. Add #include <PowerObfuscator.h> into your project

header includes

Building Requirements

When building make sure to set PowerObfuscatorGUI as the startup project

  • Right click project PowerObfuscatorGUI right click
  • Click on Set As Startup Project set as startup project

Credits

  • andrivet
  • canehaxs
  • cr-lupin
  • gopro2027
  • John Valincius
  • jordywastaken
  • LeFF

powerobfuscator's People

Contributors

therouletteboi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

powerobfuscator's Issues

Crashing when using static arrays in SPRX

When using the keyword static, it may cause a crash, I think this is because we encrypted the .rodata segment to it's entirety. A work around would be to select what segments you would want to encrypt.

static const char*[] causes crashes when .prx is encrypted

Release Version?

I was just very curious as if there will be a release version of this soon?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.