Bulk undefine functions #4591
-
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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
As to the batch-remove, probably something like something like:
|
Beta Was this translation helpful? Give feedback.
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.