PDA

View Full Version : FX_ThreadMan 0.5



wraggster
December 16th, 2008, 01:37
News/release from NoEffex (http://code.google.com/p/bakonice/)


Well, the abbreviation pretty much covers it. In doing digging into various things I wrote this up and found it quite useful in tracking down various things.

readme says:
Quote:
Stick it into seplugins, and game.txt. If you dunno how, you shouldn't be using this.

Can only be used in homebrew/game, not vsh, as it's a kernel prx, and hijacking the framebuffer another way(other than home menu) just plain sucks.

Basic abilities:
- View current existing threads, names, entry point, status, I am looking into semaphores as we speak.
- Pause(Suspend thread)
- Resume thread
- Dump the current existing threads into a threadsdump%d.txt(where %d is the number of times you have done it, it resets per each time you reload this threadman) at the root of your memstick. This can be useful for finding locations, and if I feel like it sometime I'll have it dump the kernel area until it either freezes or whatever, which would allow some insight on how things work for some people.

Controls:
Start+VolDown = open menu, must press home twice first. If home twice does not work, do it again!
Select while in menu = dump existing threads
Cross while in menu = pause selected thread
Triangle while in menu = resume selected thread


Just a forewarning, the status is kinda ghetto and is not guaranteed 100% accuracy.

Source isn't straight up included, I might stick it somewhere sometime.

Download and Give Feedback Via Comments

PoorKingz
December 16th, 2008, 02:48
Task Manager for PSP :)