var sharp = new MemorySharp(ApplicationFinder.FromProcessName("Tutorial-i386").First()); var pReturnBlock = sharp.Memory.Allocate(0x4); sharp.Write<int>(pReturnBlock.BaseAddress, 0, false);
//"use32",
//"mov [" + Codecave + 0x245360 + "] ,nop",
//"jmp " + pReturnBlock,
//"nop",
//"nop",
//"mov edx, " + Codecave.BaseAddress,
//"mov ["+pReturnBlock.BaseAddress+"], eax ",
//"retn"
this was a test I did not work out ...
now I do not know where my mistake , I just want to send NOP operation !