summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2016-02-24 21:41:18 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2016-02-24 21:41:18 +0100
commitcda8f89a9dd0cfea7be1529f506612dfbca25898 (patch)
treec939182804b14fca143673b0628000fe98539778 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentff314da1740080a6cf1920f5ab2583ec3c60e3d2 (diff)
downloadhercules-cda8f89a9dd0cfea7be1529f506612dfbca25898.tar.gz
hercules-cda8f89a9dd0cfea7be1529f506612dfbca25898.tar.bz2
hercules-cda8f89a9dd0cfea7be1529f506612dfbca25898.tar.xz
hercules-cda8f89a9dd0cfea7be1529f506612dfbca25898.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index c2d104cda..365bda5da 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1514,6 +1514,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(iMalloc->realloc, HP_iMalloc_realloc) },
{ HP_POP(iMalloc->reallocz, HP_iMalloc_reallocz) },
{ HP_POP(iMalloc->astrdup, HP_iMalloc_astrdup) },
+ { HP_POP(iMalloc->astrndup, HP_iMalloc_astrndup) },
{ HP_POP(iMalloc->free, HP_iMalloc_free) },
{ HP_POP(iMalloc->memory_check, HP_iMalloc_memory_check) },
{ HP_POP(iMalloc->verify_ptr, HP_iMalloc_verify_ptr) },