Renaming functions in c++ or Delphi 7

Status
Not open for further replies.

Ragahv

Honorable
Dec 30, 2012
10
0
10,560
Hello, i wanted to make a password recovery program to record user passwords in delphi or C++ and i used this function: GetaSynKeystate() however that was detected by anti malware software and then my software was deleted. So i was wondering if it is possible to rename the Keysynstate() function in c++ or delphi so i can use the renamed function and i bypass the av.

I really need to do something about it otherwise my software will keep being detected. I know the header files in dev c++ can be renamed however im not sure if i can decompile the source for the key state function in c++ back to fortran, modify it and change it so i can bypass av
 

USAFRet

Illustrious
Moderator
A "password recovery" program looks exactly like a "password discovery" program. IOW...something designed to sniff out other peoples passwords.
This is why the malware applications detected it as such.

Why do you need an application that will search out passwords, and bypass the anti-malware and anti-virus?
 
Status
Not open for further replies.