Skip to content

Make Additional Samples

Past due by over 10 years 0% complete

FarJmp (make jmp to another method body)

void method1()
{
    // ...
    var jmpto = MakeJmpLabel();
    // ...
}

void Method2()
{
    // ...
    jmpto.Jmp();
    // ...
}
  1. Make Objects dumper for crash reporting.
0x09abf99a: MySoftNamespace::SomeClass [ sb:0; field1 [System::Object] -> 0x00a78bfa ]
0x00a78bfa: System::Object [ sb:0 ] 

FarJmp (make jmp to another method body)

void method1()
{
    // ...
    var jmpto = MakeJmpLabel();
    // ...
}

void Method2()
{
    // ...
    jmpto.Jmp();
    // ...
}
  1. Make Objects dumper for crash reporting.
0x09abf99a: MySoftNamespace::SomeClass [ sb:0; field1 [System::Object] -> 0x00a78bfa ]
0x00a78bfa: System::Object [ sb:0 ] 
Loading