Bulk undefine functions #4591
Answered
by
lwerdna
windnwavefan
asked this question in
General
|
Not sure if this belongs in the API discussions but I have an ELF file where binja has incorrectly created a bunch functions based on the presence of null bytes. Is it possible to bulk undefine functions? I should also mention the architecture is aarch64 and it's interpreting the null bytes as Also i have assigned a hotkey but my scroll wheel is starting to get worn out |
Answered by
lwerdna
Sep 23, 2023
Replies: 2 comments
|
I don't know a UI way to bulk undefine function, you'd probably have to script it. But as of Vector35/arch-arm64@f40a735, stray nulls should not be so easily considered instructions which cause functions to be made. Here's a before on the left, and after on the right: Update should be on dev soon. |
0 replies
Answer selected by
plafosse
|
As to the batch-remove, probably something like something like: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I don't know a UI way to bulk undefine function, you'd probably have to script it. But as of Vector35/arch-arm64@f40a735, stray nulls should not be so easily considered instructions which cause functions to be made. Here's a before on the left, and after on the right:
Update should be on dev soon.