prototype of AddAddress

Ask for Help on Using the Language With Memory Hacking Software

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

prototype of AddAddress

Postby mezzo » Sun Apr 20, 2008 8:18 am

could you give us the prototype of the AddAddress function please ?
I looked in the updated helpfile, but couldn't find it.
thnx
- No thanks, I already have a penguin -
User avatar
mezzo
El Mariachi
 
Posts: 739
Joined: Mon Apr 30, 2007 10:27 pm
Location: Antwerp

Postby L. Spiro » Sun Apr 20, 2008 11:24 am

Code: Select all
struct LOCKPARMSINT {
    __int64 i64LockLow;                                         // Offset: 0, Size: 8.
    __int64 i64LockHigh;                                        // Offset: 8, Size: 8.
}; // Size: 16.


struct LOCKPARMSDOUBLE {
    double dLockLow;                                            // Offset: 0, Size: 8.
    double dLockHigh;                                           // Offset: 8, Size: 8.
}; // Size: 16.


union LOCKPARMS {
    LOCKPARMSINT irLock;                                        // Offset: 0, Size: 16.
    LOCKPARMSDOUBLE drLock;                                     // Offset: 0, Size: 16.
    __int64 i64Limit;                                           // Offset: 0, Size: 8.
    double dLimit;                                              // Offset: 0, Size: 8.
}; // Size: 16.


struct ADDADDRESS {
    unsigned __int64 aAddress;                                  // Offset: 0, Size: 8.
    int iType;                                                  // Offset: 8, Size: 4.
    int iLockType;                                              // Offset: 12, Size: 4.
    LOCKPARMS uLockParms;                                       // Offset: 16, Size: 16.
    unsigned int dwLockValueSize;                               // Offset: 32, Size: 4.
    unsigned char * pbLockedValue;                              // Offset: 36, Size: 4.
    char * pcDescr;                                             // Offset: 40, Size: 4.
    int iLockMethod;                                            // Offset: 44, Size: 4.
    char * pcAutoAssemble;                                      // Offset: 48, Size: 4.
    char * pcScript;                                            // Offset: 52, Size: 4.
    int iAddressType;                                           // Offset: 56, Size: 4.
    int bUseScriptForBaseAddress;                               // Offset: 60, Size: 4.
    int bUseScriptForFinalAddress;                              // Offset: 64, Size: 4.
    char * pcComplexAddress;                                    // Offset: 68, Size: 4.
    int iHotKeyKey;                                             // Offset: 72, Size: 4.
}; // Size: 76.


http://www.memoryhacking.com/Misc/Tut/MHSSearch.htm


Redownload the help file.


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby mezzo » Sun Apr 20, 2008 8:11 pm

Thanks !!
- No thanks, I already have a penguin -
User avatar
mezzo
El Mariachi
 
Posts: 739
Joined: Mon Apr 30, 2007 10:27 pm
Location: Antwerp


Return to Help

Who is online

Users browsing this forum: No registered users and 0 guests

cron