How to import External Libraries correctly #8113
Replies: 2 comments 5 replies
-
If you look at the external progarm's function in the GUI, how do the start and end addresses match up to to what you are seeing in your output? |
Beta Was this translation helpful? Give feedback.
-
By the way, using get new Program Function checkNIPCAHashCode: 0x40ab3c --> 0x40ab3c
get new Program Function check_new_nipca_auth: 0x40b2f4 --> 0x40b2f4
get new Program Function readText: 0x40b6f8 --> 0x40b6f8
get new Program Function printTextLine: 0x40b734 --> 0x40b734
get new Program Function getValBuf: 0x40b7f8 --> 0x40b7f8 When I first import the lib file to project, then using get new Program Function checkNIPCAHashCode: 0x1ab3c --> 0x1b2f3
get new Program Function check_new_nipca_auth: 0x1b2f4 --> 0x1b6f7
get new Program Function readText: 0x1b6f8 --> 0x1b733
get new Program Function printTextLine: 0x1b734 --> 0x1b7f7
get new Program Function getValBuf: 0x1b7f8 --> 0x1b8c7
get new Program Function checkToken_localrecording: 0x1b8c8 --> 0x1bc7f Can I assume that when loading with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After using
-loader-loadLibraries
to load libraries, I can get the Address of external function in library file.However, when I tried to get the content of Function, I find the functions has no Body, their
MinAddress
equals toMaxAddress
I wonder how to get the right Program.
Beta Was this translation helpful? Give feedback.
All reactions