.text:004021F0 MD5_String      proc near               ; CODE XREF: j_MD5_Stringj


prototype: void (*MD5_String)(char*, char*);

imagebase: 400000
fx_rva:    21F0

relocation table offset: 00021000
                 length: 00001254

relocation offset now zeroed out

its the .reloc and pe charateristics flag relocs stripped which
define relocs, the directory relocation table entry does not 
appear to matter for this.

if relocs stripped then it has to load at its prferred base address
or loadlibrary will fail.

if you donthave a proper dll main, loadlibrary may returna valid handle
but it wont load the imports






