Solution refactoring and bug fixing
This commit is contained in:
@ -6,11 +6,11 @@ namespace UnicornSamples
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// X86 tests
|
||||
X86Sample.X86Code32();
|
||||
//X86Sample.X86Code32Loop();
|
||||
X86Sample.X86Code32InvalidMemRead();
|
||||
X86Sample.X86Code32InvalidMemWrite();
|
||||
// X86 tests 32bit
|
||||
X86Sample32.X86Code32();
|
||||
X86Sample32.X86Code32InvalidMemRead();
|
||||
X86Sample32.X86Code32InvalidMemWriteWithRuntimeFix();
|
||||
X86Sample32.X86Code32InOut();
|
||||
|
||||
// Run all shellcode tests
|
||||
ShellcodeSample.X86Code32Self();
|
||||
|
Reference in New Issue
Block a user