View previous topic :: View next topic |
Author |
Message |
ShaDoOoW
Joined: 20 Aug 2005 Posts: 584
|
Posted: Mon Aug 13, 2007 16:50 Post subject: Help with adressing |
|
|
Well, i finally get Visual Studio 6 and started with plugin.
I just starting so no big research, but some variables in server like ModuleName interesting me (for letoscript for example). So i want to make GetModuleName() function.
But I've got problem with adressing. I don't know how to adress some value, in this case 00650A7C (IDA debugger).
Well I don't know what it really is, but if you show me how to work with adress, I can find out it .
Thx ShaDoOoW _________________ Community Patch / NWNX Patch / NWNX Files / NWNX Connect |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Tue Aug 14, 2007 2:52 Post subject: |
|
|
That address means "module" in the sense of a program module, like kernel32.dll (which is what I see there), not a NWN module. Assuming you want the NWN module name, what you'll probably have to do is debug the server while it's running, and search in server memory for the string containing the module's name. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Aug 16, 2007 23:05 Post subject: |
|
|
Love the quote. _________________ Papillon |
|
Back to top |
|
|
|