| View previous topic :: View next topic |
| Author |
Message |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Thu Feb 26, 2009 9:11 am Post subject: [PS2] Extend ERL library |
|
|
I've written some code that extends the functionality of the ERL library:
- add functions to relocate an ERL at a specific memory address (ERLs are relocated at a dynamic memory address by default.)
- add ability to clear ERL bytes on unload
liberl.patch.tar.gz (apply both patches)
Here is a sample project that demonstrates how to use the new *_to_addr functions. I find them very useful - if you know what you're doing. ;)
--------------
Besides, this is a small (unrelated) fix that allows debug.h and hwbp.h to be included at the same time:
hwbp.h.patch.gz |
|
| Back to top |
|
 |
LBGSHI
Joined: 07 Aug 2006 Posts: 136
|
Posted: Thu Feb 26, 2009 12:49 pm Post subject: |
|
|
Nice additions :) _________________ I may be lazy, but I can...zzzZZZzzzZZZzzz... |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Mon Mar 09, 2009 7:00 pm Post subject: |
|
|
| So, could anybody commit the patches? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Wed Mar 11, 2009 1:23 pm Post subject: |
|
|
| Done, thanks. |
|
| Back to top |
|
 |
|