TheRouletteBoi / RouLetteVshMenu

Playstation 3 VSH Menu, SPRX Loader, Mod Menu Loader, Payload injector, RPC Calls, CEX/DEX/HEN
MIT License
41 stars 10 forks source link

[Question] Eboot.bin #48

Open LuanTeles opened 1 year ago

LuanTeles commented 1 year ago

Are the eboot.bins really necessaty in the modmenu folders?

TheRouletteBoi commented 1 year ago

Are the eboot.bins really necessaty in the modmenu folders?

They are not nessesary but I was planning on using them in their respected folder with ExceptionHandlerPayload to load them directly. But unfortunatly I never got around finishing the project, the kenel was difficult to debug with it's limited functionality

jordywastaken commented 1 year ago

But unfortunatly I never got around finishing the project, the kenel was difficult to debug with it's limited functionality

Skill issue

TheRouletteBoi commented 1 year ago

But unfortunatly I never got around finishing the project, the kenel was difficult to debug with it's limited functionality

Skill issue

tru

LuanTeles commented 1 year ago

So you @TheRouletteBoi and @jordywastaken can team up to make it happen :D

jordywastaken commented 1 year ago

So you @TheRouletteBoi and @jordywastaken can team up to make it happen :D

Maybe

TheRouletteBoi commented 1 year ago

So you @TheRouletteBoi and @jordywastaken can team up to make it happen :D

Maybe

I don't have a ps3 anymore unfortunately. maybe I can still develop but someone else will need to do the testing.

jordywastaken commented 1 year ago

I don't have a ps3 anymore unfortunately. maybe I can still develop but someone else will need to do the testing.

Well, I don't mind doing the testing if you need me to (and if you're still motivated to continue this project).

TheRouletteBoi commented 1 year ago

I don't have a ps3 anymore unfortunately. maybe I can still develop but someone else will need to do the testing.

Well, I don't mind doing the testing if you need me to (and if you're still motivated to continue this project).

someday when im bored

TheRouletteBoi commented 12 months ago

I don't have a ps3 anymore unfortunately. maybe I can still develop but someone else will need to do the testing.

Well, I don't mind doing the testing if you need me to (and if you're still motivated to continue this project).

someday when im bored

well @jordywastaken I guess im bored. are you able to compile ExceptionHandlerPayload ? run a test. I need to see the output/debug prints

TheRouletteBoi commented 12 months ago

here is a compiled binary if you can't compile it. https://www.file.io/omCs/download/bDXoWcMJJqKg

jordywastaken commented 12 months ago

well @jordywastaken I guess im bored. are you able to compile ExceptionHandlerPayload ? run a test. I need to see the output/debug prints

here is a compiled binary if you can't compile it. https://www.file.io/omCs/download/bDXoWcMJJqKg

I don't have CMake installed yet, will tried the compiled binary in a few minutes chief

jordywastaken commented 12 months ago

Tried loading it through the kernel plugin interface of webman mod. When loading it as a 'fixed' plugin it doesn't do anything, no logs even when launching and exiting a game. For some reason i can't edit the address of the dynamic payload, it's stuck on 00000000 so loading it causes a crash.

TheRouletteBoi commented 12 months ago

Tried loading it through the kernel plugin interface of webman mod. When loading it as a 'fixed' plugin it doesn't do anything, no logs even when launching and exiting a game. For some reason i can't edit the address of the dynamic payload, it's stuck on 00000000 so loading it causes a crash.

you are not suppose to edit the address in dynamic payload. that address is meant for freeing the payload memory. it's essentially the memory address to free using ps3mapi_unload_dynamic_kernel_plugin / SYSCALL8_OPCODE_UNLOAD_PAYLOAD_DYNAMIC. it just gives you an idea of where the payload is loaded in lv2. As for 'fixed' plugin, the memory address is always the same 0x80000000007F0000