Reading function signature from DLL...
-
Hello, Can I read function signature from a flat DLL without TLB or LIB extension? Actually, I can read function name but not its parameters from a DLL. What do you suggest about it? Thank you. Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON
-
Hello, Can I read function signature from a flat DLL without TLB or LIB extension? Actually, I can read function name but not its parameters from a DLL. What do you suggest about it? Thank you. Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON
Do u Able to see the Mangled name of Function . if yes undname.exe to get actual parameter of function ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk
-
Do u Able to see the Mangled name of Function . if yes undname.exe to get actual parameter of function ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk
I'm sorry but I can't see any name-mangling at "dumpbin" output at below; Section contains the following exports for BtCePhilipsCF.dll 00000000 characteristics 3F873F3A time date stamp Sat Oct 11 02:22:34 2003 0.00 version 1 ordinal base 10 number of functions 10 number of names ordinal hint RVA name 1 0 00001800 BTF_Close 2 1 00001708 BTF_Deinit 3 2 00001920 BTF_IOControl 4 3 000015D0 BTF_Init 5 4 0000178C BTF_Open 6 5 00001A10 BTF_PowerDown 7 6 00001A0C BTF_PowerUp 8 7 00001854 BTF_Read 9 8 00001918 BTF_Seek 10 9 000018B4 BTF_Write Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON
-
I'm sorry but I can't see any name-mangling at "dumpbin" output at below; Section contains the following exports for BtCePhilipsCF.dll 00000000 characteristics 3F873F3A time date stamp Sat Oct 11 02:22:34 2003 0.00 version 1 ordinal base 10 number of functions 10 number of names ordinal hint RVA name 1 0 00001800 BTF_Close 2 1 00001708 BTF_Deinit 3 2 00001920 BTF_IOControl 4 3 000015D0 BTF_Init 5 4 0000178C BTF_Open 6 5 00001A10 BTF_PowerDown 7 6 00001A0C BTF_PowerUp 8 7 00001854 BTF_Read 9 8 00001918 BTF_Seek 10 9 000018B4 BTF_Write Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON
Actually i am too facing his type of problem and can't found any solution till now,nly soltion i know is that if you in nay case find mangled name you can get real function parameter using UNDName.exe. ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk