You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently function preludes can not be detected.
To enable this we need to implement RzList *hexagon_analysis_preludes(RzAnalysis *analysis) and set RzAnalaysisPlugin.preludes.
It might be useful to mark packets during disassembly as prelude packet, if they contain an allocframe instruction.
The text was updated successfully, but these errors were encountered:
Currently function preludes can not be detected.
To enable this we need to implement
RzList *hexagon_analysis_preludes(RzAnalysis *analysis)
and setRzAnalaysisPlugin.preludes
.It might be useful to mark packets during disassembly as prelude packet, if they contain an
allocframe
instruction.The text was updated successfully, but these errors were encountered: