Kr0n0
August 21st, 2002, 17:38
hi...
i'm trying to do my own ImportSectionBuilder, but i'm not sure if i'm taking the right direction or screwing up
the prog takes an input something like this:
-------------------------------------------------------
kernel32.dll: CreateFileA CloseFile ExitProcessA
user32.dll: MessageBoxA
...etc...
-------------------------------------------------------
but does the order of the imports matter? i mean, if in the original importsection kernel32 imports came first, can the user32 come first on the rebuilt importsection
and what about the 'Hint' does it interfere in any way the imports's order? or can i set it as NULL
thanks for your help and any feedback and sugestions are appreciated
ps: if anyone wants to get involved with this or make this as a miniproject RCE (since i'm a newbie myself) just say so
kr0n0 aka k0m0d0
i'm trying to do my own ImportSectionBuilder, but i'm not sure if i'm taking the right direction or screwing up
the prog takes an input something like this:
-------------------------------------------------------
kernel32.dll: CreateFileA CloseFile ExitProcessA
user32.dll: MessageBoxA
...etc...
-------------------------------------------------------
but does the order of the imports matter? i mean, if in the original importsection kernel32 imports came first, can the user32 come first on the rebuilt importsection
and what about the 'Hint' does it interfere in any way the imports's order? or can i set it as NULL
thanks for your help and any feedback and sugestions are appreciated

ps: if anyone wants to get involved with this or make this as a miniproject RCE (since i'm a newbie myself) just say so

kr0n0 aka k0m0d0