OD介绍及基本操作 so hard!
Od index & basic operation
<pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang="" cid="n7" mdtype="fences" style="box-sizing: border-box; overflow: visible; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; margin-top: 0px; margin-bottom: 20px; font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; white-space: normal; background-color: rgb(51, 51, 51); position: relative !important; padding: 10px 10px 10px 30px; width: inherit; caret-color: rgb(184, 191, 198); color: rgb(184, 191, 198); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">#include <iostream>
include <Windows.h>
include <tlhelp32.h>
int main()
{
int b;
int a = 123;
scanf_s("%d", &b);
if (b==a)
{
MessageBoxA(NULL, "回答正确!","回答正确!",MB_OK);
}
else
{
MessageBoxA(NULL, "回答错误!", "回答错误!", MB_OK);
}
}
</pre>
[图片上传失败...(image-da43ad-1691334648580)]
[图片上传失败...(image-eace43-1691334648580)]
OD load
[图片上传失败...(image-905519-1691334648580)]
[图片上传失败...(image-ea77ee-1691334648579)]
Ctrl + F9 back
[图片上传失败...(image-bc73a1-1691334648579)]
[图片上传失败...(image-d47c3-1691334648579)]
[图片上传失败...(image-17bd0b-1691334648579)]
program head or(program entry set EIP)
[图片上传失败...(image-ff52b4-1691334648579)]
[图片上传失败...(image-7dce4d-1691334648579)]
[图片上传失败...(image-9c5f4a-1691334648579)]