ModuleLister PEB
procedure TForm2.FormCreate(Sender: TObject); var PEB: PPEB; cLdrModule: TPebLdrData; List: TListItem; cModName: String; cModBase: LongWord; i: Integer; begin asm push eax mov eax, fs: $30 mov PEB, eax pop eax end; cLdrModule := TPebLdrData(PEB.Ldr^); i := 0; wh
文件列表
ModuleLister-PEB.zip
(预估有个11文件)
modulelist(PEB)
prjModuleLister.dproj.local
1KB
__history
frmMain.pas.~1~
1KB
uStructs.pas.~1~
6KB
prjModuleLister.dpr.~1~
276B
frmMain.dfm
743B
frmMain.pas
1KB
uStructs.dcu
5KB
frmMain.dcu
5KB
暂无评论