hey guys,
some days before I created a dll in visual studio 2015.
Now I want to get the export table, to reach the function-names and addresses of these functions exported by the dll, like debuggers do(f.e. CE-Enumerate DLLS and Symbols, or x64dbg-Symbols)
I know its located in the IMAGE_OPTIONAL_HEADER at 0x60, but the pointer to the IMAGE_DIRECTORY_ENTRY_EXPORT is always 0x000000, that i cannot get symbol information.
Does anybody know how I can get the symbbols of my dll?
thanks
some days before I created a dll in visual studio 2015.
Now I want to get the export table, to reach the function-names and addresses of these functions exported by the dll, like debuggers do(f.e. CE-Enumerate DLLS and Symbols, or x64dbg-Symbols)
I know its located in the IMAGE_OPTIONAL_HEADER at 0x60, but the pointer to the IMAGE_DIRECTORY_ENTRY_EXPORT is always 0x000000, that i cannot get symbol information.
Does anybody know how I can get the symbbols of my dll?
thanks