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

Function IsAbs

Misc.cpp:2947–2974  ·  view source on GitHub ↗

--------------------------------------------------------------------------- String __fastcall UnmangleName(String Name) { int pos; //skip first '@' String Result = Name.SubString(2, Name.Length()); String LeftPart = Result; String RightPart = ""; int breakPos = Result.Pos("$"); if (breakPos) { if (breakPos == 1)// LeftPart = Result.SubString(

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

DecompileMethod · 0.85

Calls 2

Adr2PosFunction · 0.85
DisassembleMethod · 0.80

Tested by

no test coverage detected