Search found 2 matches

by red
Sat Dec 10, 2005 5:21 pm
Forum: madDisAsm
Topic: need help
Replies: 3
Views: 19162

It seems you've memory mapped a small exe file
:sceptic:
But if I want to open small file (writen in assembler) ?
how I must open file? please tell me =)
by red
Fri Dec 09, 2005 6:28 pm
Forum: madDisAsm
Topic: need help
Replies: 3
Views: 19162

need help

Hi all =) I open file: FH:=CreateFile(PChar(strFileName), GENERIC_READ, FILE_SHARE_READ,nil, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0); FM:=CreateFileMapping(fh, nil, PAGE_READONLY, 0, 0, nil); FP:=MapViewOfFile(fm, FILE_MAP_READ, 0, 0, 0); but address in disAsm code: 8371b200 call dword ptr [$402058...