Update dotnet bindings (#973)
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
19ffa83d43
commit
0b3cd70e67
@@ -30,7 +30,7 @@
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace UnicornSamples
|
||||
// mov ecx,[0xaaaaaaaa]; INC ecx; DEC edx
|
||||
0x8B, 0x0D, 0xAA, 0xAA, 0xAA, 0xAA, 0x41, 0x4a
|
||||
};
|
||||
Run(X86_CODE32_MEM_READ, true);
|
||||
Run(X86_CODE32_MEM_READ);
|
||||
}
|
||||
|
||||
public static void X86Code32InvalidMemWriteWithRuntimeFix()
|
||||
|
||||
Reference in New Issue
Block a user