-
Notifications
You must be signed in to change notification settings - Fork 282
Function level disassembly and lifting support #742
Copy link
Copy link
Closed
Labels
Component: ArchitectureIssue needs changes to an architecture pluginIssue needs changes to an architecture pluginComponent: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: HighIssues require > 1 month of workIssues require > 1 month of workImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionality
Milestone
Metadata
Metadata
Assignees
Labels
Component: ArchitectureIssue needs changes to an architecture pluginIssue needs changes to an architecture pluginComponent: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: HighIssues require > 1 month of workIssues require > 1 month of workImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionality
Some instruction sets don't easily lift one instruction at a time. For instance wasm, .Net, Java, I'm sure others. One possible solution to this is to allow lifting of the entire function at once rather than one instruction at a time as the current architecture plugins support.