Anywhere PE Viewer
How to view the DLL export table while developing a JNI application for the Java platform?
Question
How to view the DLL export table while developing a JNI application for the Java platform?
Answer
If you are developing a JNI application for the Java platform,
you may need software to view the DLL export table.
Anywhere PE Viewer is such software.
It will help you view the export table of your
DLL and to check if native function declarations are
what they should be. It will also help you make sure
that the compiler hasn't mangled the exported names of
functions in the DLL.
Anywhere PE Viewer shows information about function names, ordinals and entry points.
Here is a sample screenshot:
See also:
|
Copyright © 2001-2012 ucware.com. All rights reserved.