ioncodes / dnpatch

.NET Patcher library using dnlib
MIT License
313 stars 49 forks source link

if function BuildCall want to find a have no parameter function is n… #53

Closed tchivs closed 4 years ago

tchivs commented 4 years ago

…ot find it.like Console.Readkey();

just like it:

Instruction.Create(OpCodes.Call,p.BuildCall(typeof(Console),"ReadKey",typeof(ConsoleKeyInfo),null)),