Long, long time ago when I write some programs in Delphi, I change WindowName and appsname like this:
function ChangeName(WHandle: HWND; LParM: LParam): Boolean;StdCall;Export
var Title,ClassName:array[0..128] of char;
sTitle,sClass: string;
begin
Result := True;
GetWindowText(wHandle, title,128 ...
Search found 2 matches
- Thu Jun 10, 2010 1:27 pm
- Forum: MicroMacro general & support
- Topic: Idea: random name of window and process
- Replies: 2
- Views: 1751
- Thu Jun 10, 2010 7:21 am
- Forum: MicroMacro general & support
- Topic: Idea: random name of window and process
- Replies: 2
- Views: 1751
Idea: random name of window and process
Hi,
I use micromacro in some games. It's works fine, but I afraid, that game developers can 'sniff' this software.
Maybe you should anonymize micromacro? Randomly generated window name and process name could be useful.
Goscinny
I use micromacro in some games. It's works fine, but I afraid, that game developers can 'sniff' this software.
Maybe you should anonymize micromacro? Randomly generated window name and process name could be useful.
Goscinny