I have a particular dll file and the function names have a space in them eg:
and in some no doubt illegal Lua characters so can I somehow call the function giving it required arguments from its address or relative address?
Code:
struct lib::_handle __cdecl file::add(class name::session &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct lib::add_file,class boost::system::error_code &)
Comment