Question Can't find Non-Host BO2 Pc Bases

Adyzz Mods

Veteran
Messages
4
Reaction score
1
Points
553
Does anyone have a good Non-Host C#/C++ base to learn from? I only seem to find PS3 Menu's while I'm on pc and I'm trying to learn modding from the start so I really need a base to work from. I don't know how to turn a PS3 Base to a pc base. I found one but I have a detours problem. Searched all over the internet but can't seem to find an answer because I haven't made the code.
 

AssumingAgate

Reverse Engineer
Messages
109
Reaction score
88
Points
903
a ps3 base can be easily ported to pc by copy and paste then changing how things are called and the addresses, cause on ps3 you need to call with a toc address, on pc you don't. the only thing you would need to know what to do is find the addresses that the base is using which you can load both the eboot and exe into ida and reference the eboot since you would already have the functions for it
 
Top