PDA

View Full Version : Help with a DLL and its callable functions


d4m
October 21st, 2007, 04:29 pm
Working on a mod for Company of Heroes Opposing Fronts. Scripting and ai is done in lua.

I need to get into one of the dlls and find the names and parameters for all the functions which lua can call in the dll.

I've tried using Dependency Walker, but the main dll WW2Mod.dll, displays no functions at all. Other dlls will show function lists but they are not the function calls lua uses for any of the scripts.

Any help be greatly appreciated.

0x64657200 0x6A61636B616C00
October 23rd, 2007, 02:48 pm
You tried;

http://www.nirsoft.net/utils/dll_export_viewer.html

If that doesn't work, you'll probably have to brew your own program to read the binary.