Method | Description | |
---|---|---|
ApplySignatureToProcedure ( Address addr, FunctionType sig, Procedure proc ) : void | ||
BuildSignature ( Address addr, Procedure proc ) : bool | ||
BuildSignatures ( DecompilerEventListener listener ) : void |
For each procedure, either use a user-supplied signature, or the predefined one.
|
|
DeserializeSignature ( |
||
IsValidCIdentifier ( string id ) : bool | ||
ParseFunctionDeclaration ( string fnDecl ) : |
||
ParseGlobalDeclaration ( string txtGlobal ) : Reko.Core.Serialization.GlobalDataItem_v2 | ||
UserSignatureBuilder ( Program program ) : Reko.Core |
Method | Description | |
---|---|---|
NewMethod ( Identifier param, Identifier dst ) : Assignment |
public ApplySignatureToProcedure ( Address addr, FunctionType sig, Procedure proc ) : void | ||
addr | Address | |
sig | FunctionType | |
proc | Procedure | |
return | void |
public BuildSignature ( Address addr, Procedure proc ) : bool | ||
addr | Address | |
proc | Procedure | |
return | bool |
public BuildSignatures ( DecompilerEventListener listener ) : void | ||
listener | DecompilerEventListener | |
return | void |
public DeserializeSignature ( |
||
userProc | ||
proc | Procedure | |
return |
public static IsValidCIdentifier ( string id ) : bool | ||
id | string | |
return | bool |
public ParseFunctionDeclaration ( string fnDecl ) : |
||
fnDecl | string | |
return |
public ParseGlobalDeclaration ( string txtGlobal ) : Reko.Core.Serialization.GlobalDataItem_v2 | ||
txtGlobal | string | |
return | Reko.Core.Serialization.GlobalDataItem_v2 |
public UserSignatureBuilder ( Program program ) : Reko.Core | ||
program | Program | |
return | Reko.Core |