Log in

View Full Version : Any one knows about "Avtype_info"?


Unregistered
October 15th, 2001, 02:20
I'm tring to "customize" a dll. I have found how to "costomize" it but it seems that the program that calls this dll is performing a sort of checksum on the dll itself, using info stored right after the string "AVtype_info".
I would like to be able to create the correct data after my "customizations".

Thank you for any help.

swissknife

swissknife
October 15th, 2001, 02:28
I'd like to add that i found many .exe and .dll on my system that contain this string, so i think it's something related to PE file structure. Also searched CBuilder an VisualC include files for that string, finding nothing.

swissknife