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

Add individual functions to a pre-existing FunctionID database files #5212

Open
Wall-AF opened this issue Apr 10, 2023 · 1 comment · May be fixed by #7235
Open

Add individual functions to a pre-existing FunctionID database files #5212

Wall-AF opened this issue Apr 10, 2023 · 1 comment · May be fixed by #7235
Assignees
Labels
Status: Internal This is being tracked internally by the Ghidra team Type: Enhancement New feature or request

Comments

@Wall-AF
Copy link

Wall-AF commented Apr 10, 2023

Is your feature request related to a problem? Please describe.
Sometimes compiler specific functions aren't recognised by default and don't always appear in some work. When you find them it would help if we could add them individually to a pre-existing fidb file. Currently the only option appears to be to Populate FidDb from programs... which seems to take everything!

Describe the solution you'd like
Have the facility to add individual functions to a pre-existing FidDb.

Describe alternatives you've considered
Allow all functions you've successfully analysed to be added, but that corrupts the purity of that particular FidDb file. (I don't see a facility to remove unwanted additions!)

@ryanmkurtz ryanmkurtz added Type: Enhancement New feature or request Status: Prioritize This is currently being prioritized labels Apr 13, 2023
@caheckman caheckman added Status: Internal This is being tracked internally by the Ghidra team and removed Status: Prioritize This is currently being prioritized labels Apr 20, 2023
@caheckman caheckman self-assigned this Apr 20, 2023
@gemesa gemesa linked a pull request Nov 29, 2024 that will close this issue
@gemesa
Copy link
Contributor

gemesa commented Nov 29, 2024

@Wall-AF I wanted this functionality as well so I implemented it. You can check the linked PR. Feel free to test it and share your valuable feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Internal This is being tracked internally by the Ghidra team Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants