1 Star 0 Fork 0

phy0292/cheat-engine

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
formPointerOrPointeeUnit.pas 628 Bytes
Copy Edit Raw Blame History
Dark Byte authored 2020-12-11 06:39 +08:00 . dark mode support
unit formPointerOrPointeeUnit;
{$MODE Delphi}
interface
uses
LCLIntf, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, LResources, ExtCtrls, betterControls;
type
{ TformPointerOrPointee }
TformPointerOrPointee = class(TForm)
btnFindWhatWritesPointer: TButton;
btnFindWhatWritesPointee: TButton;
Label1: TLabel;
Panel1: TPanel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
formPointerOrPointee: TformPointerOrPointee;
implementation
initialization
{$i formPointerOrPointeeUnit.lrs}
end.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/phy0292/cheat-engine.git
git@gitee.com:phy0292/cheat-engine.git
phy0292
cheat-engine
cheat-engine
master

Search