BlackB
March 6th, 2001, 15:17
URL: http://abroaddesign.hypermart.net/picview/picview.zip
Problem: When resolving, there are large gaps between groups of API's.
General info:
Base: 400000
OEip: 42322c
IAT Start: 106230
Length: 7a8 (not sure)
When looking to dumped and 'fixed' file with IDA:
1. End of OLEAUT32.DLL
00506278 extrn SysAllocStringLen:dword ; DATA XREF: j_SysAllocStringLenr
00506280 extrn byte_506280:byte:18h ; DATA XREF: sub_4070FCr
2. End of ADVAPI32.DLL
005062B4 extrn RegCreateKeyExA:dword ; DATA XREF: j_RegCreateKeyExAr
005062B8 extrn RegCloseKey_0:dword ; DATA XREF: j_RegCloseKey_0r
005062C0 extrn byte_5062C0:byte:158h ; DATA XREF: sub_407560r
so every .DLL has missing api's
When writing this I worked about 10 Mins on the target.....examining it further, but just wanted to give a notice
greets
BlackB
Problem: When resolving, there are large gaps between groups of API's.
General info:
Base: 400000
OEip: 42322c
IAT Start: 106230
Length: 7a8 (not sure)
When looking to dumped and 'fixed' file with IDA:
1. End of OLEAUT32.DLL
00506278 extrn SysAllocStringLen:dword ; DATA XREF: j_SysAllocStringLenr
00506280 extrn byte_506280:byte:18h ; DATA XREF: sub_4070FCr
2. End of ADVAPI32.DLL
005062B4 extrn RegCreateKeyExA:dword ; DATA XREF: j_RegCreateKeyExAr
005062B8 extrn RegCloseKey_0:dword ; DATA XREF: j_RegCloseKey_0r
005062C0 extrn byte_5062C0:byte:158h ; DATA XREF: sub_407560r
so every .DLL has missing api's
When writing this I worked about 10 Mins on the target.....examining it further, but just wanted to give a notice

greets
BlackB