Virtual Method
FoundryDebuggerdisassemble
Declaration [src]
DexFuture*
disassemble (
FoundryDebugger* self,
guint64 begin_address,
guint64 end_address
)
Parameters
begin_address
-
Type:
guint64
No description available.
end_address
-
Type:
guint64
No description available.
Return value
Type: DexFuture
A DexFuture
that resolves to a
GListModel
of FoundryDebuggerInstruction
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |