Difference between revisions of "Help File:sym nameToAddress"
Jump to navigation
Jump to search
(Created page with "==sym_nameToAddress== This function converts a string to a ''DWORD''. '''Function Definition''' ''BOOL sym_nameToAddress ( char *name, DWORD *address);'' Returns ''TRUE'' i...") |
m |
||
Line 3: | Line 3: | ||
'''Function Definition''' | '''Function Definition''' | ||
− | ''BOOL sym_nameToAddress ( char *name, DWORD *address);'' | + | ''BOOL sym_nameToAddress (char *name, DWORD *address);'' |
Returns ''TRUE'' if the text was successfully translated into a working address, and will fill in the specified address in the provided pointer. | Returns ''TRUE'' if the text was successfully translated into a working address, and will fill in the specified address in the provided pointer. |
Latest revision as of 00:59, 30 July 2021
sym_nameToAddress[edit]
This function converts a string to a DWORD.
Function Definition
BOOL sym_nameToAddress (char *name, DWORD *address);
Returns TRUE if the text was successfully translated into a working address, and will fill in the specified address in the provided pointer.
- Plugin system
- GetVersion
- DisablePlugin
- InitializePlugin
- PluginVersion
- ExportedFunctions
- sizeofExportedFunctions
- ShowMessage
- RegisterFunction
- UnregisterFunction
- OpenedProcessID
- OpenedProcessHandle
- GetMainWindowHandle
- AutoAssemble
- Assembler
- Disassembler
- ChangeRegistersAtAddress
- InjectDLL
- FreezeMem
- UnfreezeMem
- FixMem
- ProcessList
- ReloadSettings
- GetAddressFromPointer
- sym_nameToAddress
- sym_addressToName
- sym_generateAPIHookScript
- loadDBK32
- loaddbvmifneeded
- previousOpcode
- nextOpcode
- disassembleEx
- loadModule
- aa_AddExtraCommand
- aa_RemoveExtraCommand