Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make exported functions visible in the Project View #843

Open
claunia opened this issue Mar 21, 2020 · 3 comments
Open

Make exported functions visible in the Project View #843

claunia opened this issue Mar 21, 2020 · 3 comments
Milestone

Comments

@claunia
Copy link
Contributor

claunia commented Mar 21, 2020

Also known as "resident names".

@uxmal
Copy link
Owner

uxmal commented Mar 21, 2020

Could you provide more detail on the issue?

@claunia
Copy link
Contributor Author

claunia commented Mar 21, 2020

Dynamically loaded libraries, aka DLLs, export functions. They're the "resident names" according to Microsoft/IBM jargon. As they specifically mark the entry points for functions it is quite useful to have them in a decompiler.

E.g: UHPOFS.DLL exports CHKDSK() and FORMAT().

@uxmal
Copy link
Owner

uxmal commented Mar 21, 2020

The exports are not easily visible at startup, you need to run the scanner and switch to the "Procedure List" to see the renamed procedures. I will change the GUI to make the exports more obviously visible at load time.

@uxmal uxmal changed the title Missing exports from NE libraries Make exported functions visible in the Project View Mar 21, 2020
@uxmal uxmal added this to the 0.10.0 milestone May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants