C++ Read and Write Process Memory for beginners

  Рет қаралды 15,687

TukeCS

TukeCS

Күн бұрын

In this video I present tips and tricks on how to use it correctly so that you have a easier time in your future using this C++ function. Some people don't even understand that you can use it to write or read multiple values with just the use of this function once. So its always nice to have this in mind as a beginner or even when you are a lil advanced.
Contacts:
/ discord
My discord is you can pm me if you want, if you have any questions I'm open. and if its just for source code you can f!ck off and leave me alone.

Пікірлер: 94
@TukeShark
@TukeShark 2 жыл бұрын
Rookie mistake i forgor to close the handle so please dont forget to do this at the end of the code: CloseHandle(pHandle);
@squidbq
@squidbq 2 жыл бұрын
And how do I change the code if want to change things in a dll like UnityGame.dll + 0x… if I have this in cheat engine how do I have to handle the things because it isn’t a window. Like if I look into the process with process hacker it’s a dll loaded into the game and so cheat engine is telling me the dll name plus some hex code and then normal with the offsets
@2f510
@2f510 Жыл бұрын
@@squidbq Look into GetModuleHandleA();
@Darth_Bateman
@Darth_Bateman 7 күн бұрын
YOU DID WHAT?! *nuclear alarm*
@xh4rmy
@xh4rmy 2 жыл бұрын
best intro ever made
@monkeelmaoo
@monkeelmaoo 5 ай бұрын
bro for all the tutorials I saw u r the best ngl, and i love ur vibes ong, good video!
@yalcinozc
@yalcinozc 24 күн бұрын
Hey man. This is literally a great tutorial! Helped me a lot!
@SkaterProSeven
@SkaterProSeven Жыл бұрын
the subway surfer background music helps a lot
@Fidelity_Investments
@Fidelity_Investments Жыл бұрын
7:57 wii tanks background music turns into resonance
@TukeShark
@TukeShark Жыл бұрын
Wii tanks nostalgia
@galencole2108
@galencole2108 21 күн бұрын
Bring back C++ tutorials gang. Do drivers and Kernel memory processes
@TukeShark
@TukeShark 15 күн бұрын
I miiiighttt … idk
@galencole2108
@galencole2108 15 күн бұрын
@@TukeShark reading memory would be sick to find variables and functions
@Randomsheit
@Randomsheit 2 жыл бұрын
I appreciate you explaining what you're typing in. So many blow through it and don't explain anything
@gonska9188
@gonska9188 Жыл бұрын
Everyone who is looking into this video not because it showed somewhere but because they want learn something you are ultra chad
@TukeShark
@TukeShark Жыл бұрын
Fax
@doovid5717
@doovid5717 Жыл бұрын
Fire video bro great teacher
@TukeShark
@TukeShark Жыл бұрын
been a while man
@rrb2256
@rrb2256 2 жыл бұрын
best youtuber! plz make video scanner that works on lunar
@nonamee817
@nonamee817 Ай бұрын
please continue with more video about c++
@Fidelity_Investments
@Fidelity_Investments Жыл бұрын
subbed just because of the intro. haven't even watched the rest of the video.
@amirkamalian5656
@amirkamalian5656 6 ай бұрын
I love it
@6S3
@6S3 2 жыл бұрын
very informative
@veljabr3
@veljabr3 2 жыл бұрын
The intro got me dead LMAO
@sativa2513
@sativa2513 2 жыл бұрын
When making reach do you change all of the 3.0 doubles to make longer reach or do you filter the wrong adresses out someway
@TukeShark
@TukeShark 2 жыл бұрын
i filter them out
@sativa2513
@sativa2513 2 жыл бұрын
How do i know which adresses i should filter out
@kemura944
@kemura944 2 жыл бұрын
A way you could filter them out is to scan 3.0 in survival, then change to creative which has more reach and higher the value from 3.0 to (whatever the creative reach is), then repeat this process until you have only the correct reach values. (I'm a total beginner and haven't made any clients before but I just guessed this cus its logical)
@jonttan03
@jonttan03 2 жыл бұрын
Dat Wannacry background tho 😂 +1 sub btw
@TukeShark
@TukeShark 2 жыл бұрын
I changed it since but yeah legendary background
@ygmonkey7854
@ygmonkey7854 Жыл бұрын
Code your so clean
@TukeShark
@TukeShark Жыл бұрын
wasnt supposed to be
@ForikiTheRat
@ForikiTheRat 2 жыл бұрын
inshalla habibi
@sensei_whoop7970
@sensei_whoop7970 Жыл бұрын
Hi really good video, just wanna ask what way did you learn the windows.h library in c++?
@2f510
@2f510 Жыл бұрын
Try the video by GuidedHacking on windows.h
@TukeShark
@TukeShark Жыл бұрын
I didn’t specifically learn the whole lib but ive looked at the documentation when i needed to use a function
@getb0nk
@getb0nk 2 жыл бұрын
I really just watched 17 minutes of a language I don't use :/
@TukeShark
@TukeShark 2 жыл бұрын
Big brain
@getb0nk
@getb0nk Жыл бұрын
@@TukeShark I'm back, and now I'm learning the language. Cheers for this, tutorial helped quite a bit, understand memory and handles much more now.
@mavrick23
@mavrick23 4 ай бұрын
why cant we find the class name from any windows application be it notpad,calculator or anything, i understand they are not made up from java then how can we find that, and with process hacker i couldnt find the class name for windows apps or other applications
@TukeShark
@TukeShark 3 ай бұрын
In that case you can get the pid from the exe name or even the window name, some apps dont have class names ig
@aba22125
@aba22125 2 жыл бұрын
7:45 "I don't... I don't know what the hell" ya relatable, wtf is that (void) crap do anyways xd
@TukeShark
@TukeShark 2 жыл бұрын
Oh the function wants us to put a void as are address but we have a dword so we just convert it
@aba22125
@aba22125 2 жыл бұрын
@@TukeShark Oh I see, also there's (void*) stuff when making a game engine, I presume the '*' stands for static or something? There's also double **
@TukeShark
@TukeShark 2 жыл бұрын
@@aba22125 the star is a pointer so it indicates its a void pointer
@Blink-yh4tb
@Blink-yh4tb 10 ай бұрын
Hey! Could you link your github? I am struggling with making a scanner since I don't really know which memory region to search.
@TukeShark
@TukeShark 9 ай бұрын
Yeah i dont have internet so i cant go on my pc. I believe im too late lol
@2f510
@2f510 Жыл бұрын
Great video though I'd recommend you to add checks for the handles in case the window wasn't found or injecting into the process didn't work
@scammers9316
@scammers9316 Жыл бұрын
Where can I find that video of them dancing at the beginning?
@TukeShark
@TukeShark 10 ай бұрын
no idea its probably on youtube when you look up "dancing on the highway"
@aerospacemilitary605
@aerospacemilitary605 8 ай бұрын
I'm trying to do this without cheat engine. My plan was to go through the entire memory of the process but i found that there are a lot of values that change... any ideas?
@TukeShark
@TukeShark 7 ай бұрын
Skip memory regions and filter the results
@razy9187
@razy9187 Жыл бұрын
ok so what if i REALLY invite you to skeet if you write my name on your face again?
@TukeShark
@TukeShark Жыл бұрын
Lol sure, having flashback
@teriyakichicken1848
@teriyakichicken1848 Жыл бұрын
Does this work for games that are 64bit processes?
@2f510
@2f510 Жыл бұрын
Yes
@Kenced1352
@Kenced1352 2 жыл бұрын
release the next version of tuke!
@TukeShark
@TukeShark 2 жыл бұрын
Nah i don’t have the code and im not focusing on this project anymore
@xselimxxjd
@xselimxxjd Жыл бұрын
how can we do that? first scan then next scan and inject all results of next scan
@TukeShark
@TukeShark 9 ай бұрын
Hmm like cheat engine?
@amandla1020
@amandla1020 2 жыл бұрын
Im a beginner,what can i do with that? Can you show in a video?
@TukeShark
@TukeShark 2 жыл бұрын
I do
@poiau7412
@poiau7412 2 жыл бұрын
this is how i made speed hacks for among us game
@TukeShark
@TukeShark 2 жыл бұрын
Impressive
@armageddon543
@armageddon543 3 ай бұрын
is this possible in java?
@TukeShark
@TukeShark 3 ай бұрын
I have no idea but thw winapi is best on c++
@virno69420
@virno69420 3 ай бұрын
If you wanna use java probably best to just go internal and make fabric mod, mixin is easier than it looks. It's uncommon to externally w/rpm in Java but it is definitely possible! Using the Java Native Access (JNA) library you can call win32 api functions, but most would just recommend using cpp.
@clausemaven6464
@clausemaven6464 Жыл бұрын
Holy fuck you sound like Roomie official
@TukeShark
@TukeShark Жыл бұрын
Whaaaaaaaa
@disbanded4429
@disbanded4429 2 жыл бұрын
Files are encrypted!
@TukeShark
@TukeShark 2 жыл бұрын
Files are tampered!
@Kxcperr
@Kxcperr 2 жыл бұрын
me when the
@TukeShark
@TukeShark 2 жыл бұрын
💨
@aba22125
@aba22125 2 жыл бұрын
Oy would this work for CS:GO? I don't want to make cheats, I wanna make powerful trolling tools >:)
@TukeShark
@TukeShark 2 жыл бұрын
Yeah to update offsets by making a scanner itIs actually pretty useful Or pointers etc…
@pictol8395
@pictol8395 Жыл бұрын
Is that detected by Easy anticheat?
@apple.3947
@apple.3947 Жыл бұрын
yes lol
@TukeShark
@TukeShark Жыл бұрын
🧗🏻‍♀️
@2f510
@2f510 Жыл бұрын
Check out Kernel Driver hacking if you want to bypass eac
@kpina7531
@kpina7531 Жыл бұрын
¿Salut, es-tu gay?
@TukeShark
@TukeShark Жыл бұрын
Salut, qui est tu?
@kpina7531
@kpina7531 Жыл бұрын
​@@TukeShark no kim ja jestem dobre pytanie a tak na serio to po prostu sobie z ciebie kpie 🐵
@testplmnb
@testplmnb 3 ай бұрын
you fiking returd, you make a tutorial, but each second you say "Ehm, i doNT KnOW"
@echoic-yl5wj
@echoic-yl5wj 2 ай бұрын
and yet you dont know, hense the reason you're watching. foolish clown
@UnchartedFactsOfTheWorld
@UnchartedFactsOfTheWorld Жыл бұрын
hey just a question is ur client safe cuz it looks like it terminates %windir%\System32\svchost.exe -k WerSvcGroup i did see it re adds the file but idrk if its safe still
@TukeShark
@TukeShark Жыл бұрын
Its safe
@getb0nk
@getb0nk Жыл бұрын
svchost.exe is what hosts a large amount of services like DPS, SysMain etc..., your computer won't run properly without svchost.exe.
@seupai113
@seupai113 2 жыл бұрын
Whats ur new discord?
@TukeShark
@TukeShark 2 жыл бұрын
Tuke#9959
@seupai113
@seupai113 2 жыл бұрын
@@TukeShark it says it doesnt exist
@djellabhadil301
@djellabhadil301 Жыл бұрын
hey bro actually i need to talk with you becuase i need some more info about read and write in memory can u give your instgram
@TukeShark
@TukeShark 10 ай бұрын
i dont have insta tho i have discord
Malware Development: Processes, Threads, and Handles
31:29
ты C++ РАЗРАБОТЧИК?) ага
12:04
Winderton
Рет қаралды 222 М.
How I prepare to meet the brothers Mbappé.. 🙈 @KylianMbappe
00:17
Celine Dept
Рет қаралды 53 МЛН
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 97 МЛН
Dynamic #gadgets for math genius! #maths
00:29
FLIP FLOP Hacks
Рет қаралды 18 МЛН
Создание сборщика мусора | С
16:02
Winderton
Рет қаралды 132 М.
HOW ESPs WORK (for game hackers)
7:05
cazz
Рет қаралды 132 М.
I made my own Programming Language
9:10
FaceDev
Рет қаралды 380 М.
why do void* pointers even exist?
8:17
Low Level Learning
Рет қаралды 316 М.
Learn Game Hacking - Reverse Engineering
1:07:12
loab
Рет қаралды 10 М.
Silent Aimbot - How Does It Work?
19:31
Vorobey
Рет қаралды 514 М.
ASMR Programming - Spinning Cube - No Talking
20:45
Servet Gulnaroglu
Рет қаралды 3,6 МЛН
MAKE AIMBOT IN 10 MINUTES
12:34
cazz
Рет қаралды 812 М.
Minecraft Mob's Damage #shorts #minecraft #anime #phonk #chess
0:14
Here comes Baby Peach
0:14
Troopa Deluxe
Рет қаралды 13 МЛН
Проиграл свою душу Голландцу #шортс
1:00
САМЫЙ УМНЫЙ БРАВЛЕР В БРАВЛ СТАРСЕ
0:51
Baobab 4 Live
Рет қаралды 2,9 МЛН