MCPcopy Create free account
hub / github.com/crypto2011/IDR / IsInt64ComparisonViaStack2

Function IsInt64ComparisonViaStack2

Misc.cpp:4339–4423  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Check construction comparison ((Int64)val >(<) XXX) push reg push reg ... cmp XXX,[esp+4] (m-th row) ->Simulate upto this address jxx @1 cmp XXX,[esp] ->skip1=this position pop reg pop reg jxx @@ ->skip2 jmp @@ @1: pop reg pop reg jxx @@ ->Result

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

DecompileMethod · 0.85

Calls 5

Adr2PosFunction · 0.85
IsFlagSetFunction · 0.85
Pos2AdrFunction · 0.85
DisassembleMethod · 0.80
GetOpMethod · 0.80

Tested by

no test coverage detected