Skip to content

Kmambu/uofw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uOFW Build Status

The unofficial Official FirmWare, a complete latest PSP firmware reverse engineering project.

Doxygen documentation: http://uofw.github.com/uofw/
Module status list: https://github.com/uofw/uofw/wiki/Current-Modules-Status
For more information: https://github.com/uofw/uofw/wiki

Getting started

In order to contribute to uOFW, you need advanced knowledge in MIPS ASM and C. Some good MIPS ASM
online resources can be found on the official MIPS page.
MIPS ASM Instruction Set Reference: http://math-atlas.sourceforge.net/devel/assembly/mips-iv.pdf

In addition, there is a nice MIPS runtime simulator and debugger which can be found at:
http://courses.missouristate.edu/kenvollmar/mars/

The next step is to improve your reverse engineering skills (if needed). We suggest reading [this excellent guide] (https://github.com/uofw/uofw/wiki/Reverse-engineering-tutorial) about reverse engineering for the PSP.

Make sure to check out uOFW's wiki for more information!

Installation & Running

For information on how to install and run uOFW, please look here.

Repository structure

uOFW's Github repository contains one 'master' branch and several sub-branches.

The master branch is aimed to contain only tested and working code (in fact, it should contain working modules). Please note that this is not entirely the case right now as we still need to test, and fix, some of the code in the master branch due to the past repository structure.

Then there are sub-branches which are aimed to each represent a module currently being worked on. Such a branch contains unfinished, untested and undocumented code about the module it is named after. Once such a branch contains finished, documented code (that is, the module has been finished reverse-engineering) it will be merged into the 'master' branch. Current branches are listed on the branches page.

Additional Information

While you reverse-engineer parts of the PSP's kernel, you may will find yourself in a position where you would like to know more about how Operating Systems work in general. We suggest to check out this webpage.

If you are looking for more PSP-related resources, you should consider checking out the following links below:

Other websites are:

Questions or need help?

You can stay in touch with us and discuss project-related topics with us via the following ways:

Copyright and License

For copyright and license information, please check this file.

About

The unofficial Official FirmWare, a complete latest PSP firmware reverse engineering project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.6%
  • C++ 5.8%
  • Assembly 4.1%
  • Other 0.5%