; Syntax for each function in a thunk (the separator is a TAB)
; ------------------------------------------------------------
; Flag   RVA   ModuleName   Ordinal   Name
;
; Details for <Valid> parameter:
; ------------------------------
; Flag:  0 = valid: no  -> - Name contains the address of the redirected API (you can set
;                            it to zero if you edit it).
;                          - Ordinal is not considered but you should let '0000' as value.
;                          - ModuleName is not considered but you should let '?' as value.
;
;        1 = valid: yes -> All next parameters on the line will be considered.
;                          Function imported by ordinal must have no name (the 4th TAB must
;                                                                          be there though).
;
;        2 = Equivalent to 0 but it is for the loader.
;
;        3 = Equivalent to 1 but it is for the loader.
;
;        4 = Equivalent to 0 with (R) tag.
;
;        5 = Equivalent to 1 with (R) tag.
;
; And finally, edit this file as your own risk! :-)

Target: C:\B8.exe
OEP: 00001000	IATRVA: 00002000	IATSize: 0000003C

FThunk: 00002000	NbFunc: 00000001
1	00002000	comctl32.dll	0011	InitCommonControls

FThunk: 00002008	NbFunc: 00000003
1	00002008	kernel32.dll	03AC	lstrlen
1	0000200C	kernel32.dll	016F	GetModuleHandleA
1	00002010	kernel32.dll	00B0	ExitProcess

FThunk: 00002018	NbFunc: 00000008
1	00002018	user32.dll	00C7	EndDialog
1	0000201C	user32.dll	0112	GetDlgItem
1	00002020	user32.dll	009F	DialogBoxParamA
1	00002024	user32.dll	01B6	LoadBitmapA
1	00002028	user32.dll	01BC	LoadIconA
1	0000202C	user32.dll	01DD	MessageBoxA
1	00002030	user32.dll	023C	SendMessageA
1	00002034	user32.dll	0114	GetDlgItemTextA

