Peter LaFosse
Peter LaFosse
Are there type libraries for that call in this binary? I suspect not. If so there likely isn't much we can to about it other than fix the typelibrary.
This is kind of a duplicate of this: #540 though this issue offers a better explanation of whats going on. I'll close the other one in favor of this one.
In particular we need an API for being able to specify custom allocation routines in the Platform. Something like this below: ``` optional Platform::GetSizeForKnownAllocationRoutine(MLIL mlilCall) { if (mlilCall.name == "malloc"...
* Multi-binary * Workspace-only Plugins ~* Script snip-its~ (snippets plugin is in the plugin manager) Container support is probably a pre-req #133
"Constant" search searches the text only. It gets each tokenized line and finds tokens whose `.value` property matches the specified constant.
We do explicitly do this already. Perhaps we have some missing relocation handlers. Can you share a binary where this info is missing?
I'm assuming here that we're just missing pointers due to #1189 as we do actually create pointers in data segments when one exists. You can check if some block of...
Oh heh I just created this same issue a few days ago #3350 The number of pane splits matters
Added in 3.1.3713 @psifertex the information about which imports belong to which library explicitly doesn't exist so its not really possible.
Actually as its signed it should probably be: ``` enum TEST : int32_t { BECOMES_64BIT = -1 }; ```