Jump to content

HHP.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
Line 16: Line 16:
==DLL Entry Points==
==DLL Entry Points==
Resident Name Table:
Resident Name Table:
  Ordinal Object  Offset    Name
  Ordinal Object  Offset    Name           Forwarded to
     0                     hhp
     1      0   0001:0078 HhpCreateHeap  MMPM.120
     2      0    0001:0079 HhpIAllocMem
     2      0    0001:0079 HhpIAllocMem   MMPM.121
      Forwarded to MMPM.121
    3       0    0001:007A HhpFreeMem      MMPM.122
  11       0    0001:0082 HhpTAllocMem
     4       0    0001:007B HhpDestroyHeap  MMPM.123
  Forwarded to MMPM.130
     5      0    0001:007C HhpAccessHeap   MMPM.124
     1       0    0001:0078 HhpCreateHeap
     6      0    0001:007D HhpReleaseHeap MMPM.125
    Forwarded to MMPM.120
     7      0    0001:007E HhpAllocBuffer MMPM.126
     5      0    0001:007C HhpAccessHeap
     8       0    0001:007F HhpFreeBuffer  MMPM.127
  Forwarded to MMPM.124
     9      0    0001:0080 HhpAccessBuffer MMPM.128
    8      0    0001:007F HhpFreeBuffer
   10      0    0001:0081 HhpGetPID       MMPM.129
  Forwarded to MMPM.127
  11       0    0001:0082 HhpTAllocMem    MMPM.130
     6      0    0001:007D HhpReleaseHeap
 
  Forwarded to MMPM.125
     7      0    0001:007E HhpAllocBuffer
  Forwarded to MMPM.126
     4       0    0001:007B HhpDestroyHeap
  Forwarded to MMPM.123
     9      0    0001:0080 HhpAccessBuffer
  Forwarded to MMPM.128
   10      0    0001:0081 HhpGetPID
  Forwarded to MMPM.129
    3       0    0001:007A HhpFreeMem
  Forwarded to MMPM.122
==DLLs Loaded==
==DLLs Loaded==
* [[MMPM.DLL]]
* [[MMPM.DLL]]

Revision as of 14:05, 28 September 2016

This file seems to forward its functions to MMPM.DLL

Version

Date Version Size Comments
2004-06-23 23:43 14.75 4,462 bytes By IBM

DLL Entry Points

Resident Name Table:

Ordinal Object  Offset    Name            Forwarded to
   1       0    0001:0078 HhpCreateHeap   MMPM.120
   2       0    0001:0079 HhpIAllocMem    MMPM.121
   3       0    0001:007A HhpFreeMem      MMPM.122
   4       0    0001:007B HhpDestroyHeap  MMPM.123
   5       0    0001:007C HhpAccessHeap   MMPM.124
   6       0    0001:007D HhpReleaseHeap  MMPM.125
   7       0    0001:007E HhpAllocBuffer  MMPM.126
   8       0    0001:007F HhpFreeBuffer   MMPM.127
   9       0    0001:0080 HhpAccessBuffer MMPM.128
  10       0    0001:0081 HhpGetPID       MMPM.129
  11       0    0001:0082 HhpTAllocMem    MMPM.130

DLLs Loaded