Quote:
|
Originally Posted by beastt Well I had an idea earlier today and I was thinking couldnt you be able to get one of those text comparing programs and see the difference between 2.0 and 2.01 and 2.5. Wouldnt you be able to like delete the security parts out of them??? Since it would be something that isnt in 2.0 but is in 2.1 and you would find the same thing in 2.5?? please dont flame me if I sound really stupid with this idea. |
No, for two reasons:
1) In normal text programs, all code will appear as "[][][][]", you would need somethnig more sophisticated, maybe C++ will do the job.
2) There is more to eboots than text code, there is also an OOE (OBJECT ORIENTED ENVIROMENT) which is highly more complex than a simple notepad can conveive, again C++ may do it.
EDIT: Ive just tried to open Eboot.pbp (Version 2.6) in C++.Net, its encrypted in some sort of code i cant seem to understand, I checked some internet sites and found that its encrypted in a 16-bit enviroment. Meaning Windows (at least not normally) cannot read it. Maybe LUA player can, but im not going to download it. Or maybe its just me, I barley know C++, I mostly use Visual Basic.Net. But Maybe someone with LUA can try?