Implemented IDisposable in order to disposed allocated unmanaged memory

This commit is contained in:
enkomio
2016-01-02 14:09:56 +01:00
parent 06108ea908
commit 232cff02d2
6 changed files with 75 additions and 39 deletions

View File

@ -34,6 +34,9 @@ namespace UnicornTests
// Run all shellcode tests
ShellcodeTest.TestX86Code32Self();
ShellcodeTest.TestX86Code32();
Console.Write("Tests completed");
Console.ReadLine();
}
}
}