Index of /ragaddress
Name Last modified Size Description
Parent Directory -
20090218/ 28-Feb-2009 07:52 -
20090228/ 01-Mar-2009 04:26 -
20090229/ 19-Jan-2010 19:43 -
movero.c 29-Sep-2009 18:45 386
movero.exe 29-Sep-2009 17:45 5.5K
ragaddress.cpp 28-Feb-2009 11:38 6.5K
ragaddress.exe 28-Feb-2009 11:43 16K
ropatch.c 04-Sep-2009 22:32 788
ropatch.exe 04-Sep-2009 22:37 16K
ragaddress.ini generator
This program will (hopefully) generate a usable ragaddress.ini for use with autoimo
so you won't have to beg for it on the forums. To use it, start ro, then open a command
prompt in the directory to which you downloaded ragaddress.exe and run
ragaddress > RagAddress.ini
For example:
C:\>cd download
C:\Download>ragaddress > RagAddress.ini
... would result in C:\Download\RagAddress.ini
Changes
2009-09-29
- note: latest doesn't work, use 20090228
- other stuff in this folder: movero restores the system menu and minimize buttons to all windows belonging to a class named "Ragnarok" (want to move or easily minimize the ro window? this is for you.)
- ropatch modifies the *patch.inf files so you can skip or redownload patches. it's not really useful unless you're too lazy to download a hex editor.
2009-02-29
- updated to new patterns provided by Gimli@irowiki
- allow user-specified window name as an alternative to searching for hardcoded values; e.g. ragaddress "Ragnarok via Freecap"
2009-02-28
- corrected an inefficiency in getaddr
- switched from psapi to more ubiquitous toolhelp32 functions
- compiled with older vc++ and linked against older runtime
- should now work on windows 9x
2009-02-18
- quickly slapped together a sample application based on zhasha's code and dish's idea/patterns