Cheat folders and files?
#26

Quote:
Originally Posted by VeryTallMidget
Посмотреть сообщение
Most of them will manipulate memory or is there some other way ?

When i worked on my server, i created a hack to quickly teleport to desired locations, it was done by reading players position out from sa:mp memory to save positions and writing memory to teleport savfed positiond read from ini file.
Samp uses dynamic memory for player pos, so it requires offsets to read/write effectivly.




dll is called from program by dll's name, so changing only that will end up with error, sooner or later, sometimes later if the dll is dynamic not static that is read at start.

Код:
 function Out32(PortAdr: word; Data: byte): byte; stdcall; external 'inpout32.dll';
Just some example from the program code I used to read and write LPT port data to control step-motor, here the inpout32.dll is called.
There are multiple methods to hook foreign DLLs or actually any file.

- Mapping DLLs using WinHooks or other more advanced programs
- Modifying your DLL to also load mine
- Modify your code to load my DLL, which is basically what you did with the SAMP Player Pos just a tiny bit more advanced...

You don't even need an ASI loader for ASIs btw. Just inject an asi (which is literally a renamed DLL).

Anyway this is by far not the only possible attack or circumvention I could think of. I'm just trying to say that you NEED to secure your Launcher efficiently against all kind of things, even if you are sure that noone will inject a DLL.
What about network layer? What keeps me from replicating your code?
Reply


Messages In This Thread
Cheat folders and files? - by Unkovic - 02.02.2018, 23:33
Re: Cheat folders and files? - by Xhizors - 03.02.2018, 18:54
Re: Cheat folders and files? - by Fratello - 03.02.2018, 19:22
Re: Cheat folders and files? - by Unkovic - 11.02.2018, 21:43
Re: Cheat folders and files? - by JakeXxX - 12.02.2018, 04:30
Re: Cheat folders and files? - by VeryTallMidget - 12.02.2018, 06:40
Re: Cheat folders and files? - by Logic_ - 12.02.2018, 07:38
Re: Cheat folders and files? - by Fratello - 12.02.2018, 12:04
Re: Cheat folders and files? - by VeryTallMidget - 12.02.2018, 13:43
Re: Cheat folders and files? - by Fratello - 12.02.2018, 14:08
Re: Cheat folders and files? - by NaS - 12.02.2018, 14:17
Re: Cheat folders and files? - by VeryTallMidget - 12.02.2018, 15:46
VeryTallMidget - by Unkovic - 16.08.2018, 13:46
Maybe :? - by 10MIN - 16.08.2018, 14:38
Re: Maybe :? - by Unkovic - 16.08.2018, 15:23
Re: Maybe :? - by 10MIN - 16.08.2018, 15:57
Re: Cheat folders and files? - by NaS - 16.08.2018, 16:04
10MIN - by Unkovic - 16.08.2018, 16:33
Re: Cheat folders and files? - by VeryTallMidget - 16.08.2018, 18:15
Re: Cheat folders and files? - by Unkovic - 16.08.2018, 18:44
Re: Cheat folders and files? - by NaS - 16.08.2018, 19:28
Re: Cheat folders and files? - by Unkovic - 16.08.2018, 19:32
Re: Cheat folders and files? - by Spmn - 16.08.2018, 19:46
Re: Cheat folders and files? - by VeryTallMidget - 16.08.2018, 19:50
VeryTallMidget - by Unkovic - 16.08.2018, 20:02
Re: Cheat folders and files? - by NaS - 16.08.2018, 20:20
Re: Cheat folders and files? - by Unkovic - 16.08.2018, 20:55
Re: Cheat folders and files? - by 10MIN - 16.08.2018, 21:23
10MIN - by Unkovic - 16.08.2018, 21:38
Re: Cheat folders and files? - by VeryTallMidget - 17.08.2018, 07:11
Re: Cheat folders and files? - by DTV - 17.08.2018, 16:32
Re: Cheat folders and files? - by 10MIN - 17.08.2018, 18:18
Re: Cheat folders and files? - by Unkovic - 17.08.2018, 20:18
Re: Cheat folders and files? - by Mark™ - 21.08.2018, 13:26

Forum Jump:


Users browsing this thread: 6 Guest(s)