(C++) Function Detouring Tutorial (Internal Game Hacking)

  Рет қаралды 23,452

Null

Null

Күн бұрын

Пікірлер: 43
@mihalylorinc1364
@mihalylorinc1364 6 жыл бұрын
do an assembly tutorial please, there is really not much about it. good content as always tho.
@Jxhsxn
@Jxhsxn 6 ай бұрын
background music go hardd 🔥🔥
@winifix
@winifix 5 жыл бұрын
Please could you explain how to convert this to x64, since _asm is not aupported
@Nilrem8
@Nilrem8 6 жыл бұрын
Why do you have len when it doesnt even matter because the relative address can only be 4 bytes long and the jmp is always 1 byte long?
@gangstasteve5753
@gangstasteve5753 4 жыл бұрын
that was a very good explanation at the beginning!
@depriikid
@depriikid 4 жыл бұрын
heya! this video is kinda old i know, i know. but just in case you're going to read this or.. anyone else with the proper experience.. i followed the tutorial and did end up with the same result, i also tried to rewrite it on my own a few times and happened to bump into things i can't quite explain. what's the reason for such return types we have to use for the dllmain and the actual thread, i seem being able to execute the code no matter if i leave the winapi out or use void as return type etc... kinda puzzling. also is there any reason we use DWORD as datatype instead of uintptr_t? it doesn't matter probably but i'm not sure. also i tried to write different assembly in my method but it doesn't change anything apparently. i checked the memory address in cheat engine and it does correctly jump into my function and NOPs the bytes i wanted to overwrite but it seems my assembly doesn't have any effect on the application (it's pretty much the same one you showed, probably slightly different but same procedure). when i put some console log in there instead it does actually print whatever i included in the console but assembly doesn't seem to work for me. i included the assembly past my console log to get back in memory so that works heh. if you have any idea i would really appreciate the help, thanks a lot for the video anyway it was really helpful and combined with other material very good material to get a better understanding of the topic!
@kibeyt
@kibeyt Жыл бұрын
how do you know that the hp is stored on the eax register?
@waleedahmed7677
@waleedahmed7677 4 жыл бұрын
which option you selected in new project->C/C++-> WHICH option? is it .dll or windows console?
@YourFutureGf_
@YourFutureGf_ 2 ай бұрын
Great tutorial but it's not actually working because you stomped th eax move when you went 8 bytes?
@jacklin8979
@jacklin8979 3 жыл бұрын
Please could you explain how to convert this to x64, since _asm is _declspec(naked) not aupported
@Ambroxan
@Ambroxan 3 жыл бұрын
Hey you didn't nop the unused bytes, what happened to those 3 unused bytes? are they auto nop'ed by the compiler?
@ivankurniawan6825
@ivankurniawan6825 2 жыл бұрын
How do I make it externally?
@JackAdams0
@JackAdams0 Жыл бұрын
great tutorial. Will this work in x64 processes too? inline assembly doesn't work in x64 architecture visual studio. but what about the detour you showed?
@evitable1337
@evitable1337 Жыл бұрын
no it wont, for x64 it's different because the jmp instruction is FF 25 00 00 00 00, etc it has 14 bytes minimum
@dennis2599
@dennis2599 3 жыл бұрын
22:51 I like that Fu*********** folder
@rollo4127
@rollo4127 5 жыл бұрын
Can you make a tutorial about internal game hacking
@depralexcrimson
@depralexcrimson 6 жыл бұрын
Dude I love your tutorials, I downloaded them all and I really want and hope to learn this stuff :) Because I love catching cheaters and I need to know how shit works before catching them, I'm not catching CSGO cheaters in particular but I do love to check pc's remotely in 1.6. Also I'll donate whenever I can, I promise :)
@null7953
@null7953 6 жыл бұрын
deprcsgo Appreciate it!
@casualgamer1791
@casualgamer1791 5 жыл бұрын
nice one. keep it up!
@le_plankton
@le_plankton 2 жыл бұрын
my man is epic
@xtkb1gpaster4
@xtkb1gpaster4 6 жыл бұрын
king
@alexasmr3047
@alexasmr3047 5 жыл бұрын
Thanks. assembly tutorial would be cool
@jamesakaiz0124
@jamesakaiz0124 2 жыл бұрын
finally i found game hacking videos thank help me alot . can you make video persent1 hook or expl the consept hook bro ?
@m4gicpi3
@m4gicpi3 6 жыл бұрын
thank you
@Humnbrd
@Humnbrd 6 жыл бұрын
yay
@mkdustan
@mkdustan 6 жыл бұрын
skrt skrt nice voice
@DarkbrainixSlickerTH
@DarkbrainixSlickerTH 3 жыл бұрын
nice tut
@kranefivem
@kranefivem 5 жыл бұрын
or you can read the current value, compare it with when it changed and add the result, it works better if the health taken is random, like getting shot by different weapons
@ThePCxbox
@ThePCxbox 4 жыл бұрын
Assembly tutorial plz? Also sick beats. Its sex musik
@openai.
@openai. 2 ай бұрын
is old man peeing ? in corner
@rick.prime137
@rick.prime137 Жыл бұрын
thx
@corejake
@corejake 3 жыл бұрын
okay
@-dead-3787
@-dead-3787 4 жыл бұрын
Error LNK1120 1 unresolved externals Function Detouring Tutorial C:\Users\oneon\source epos\Function Detouring Tutorial\Debug\Function Detouring Tutorial.exe 1 Error LNK2019 unresolved external symbol _main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) Function Detouring Tutorial
@-dead-3787
@-dead-3787 4 жыл бұрын
How do I fix this?
@-dead-3787
@-dead-3787 4 жыл бұрын
nvm got it
@NightfallChease
@NightfallChease 4 жыл бұрын
@@-dead-3787 How?
@Max-ig4ji
@Max-ig4ji 3 ай бұрын
stop saying you are god and some shit
@RandomRepository1024
@RandomRepository1024 Жыл бұрын
jmp inside _declspec(naked) void ourFunc() dont return to right address.
WHAT IS HOOKING?
7:19
cazz
Рет қаралды 42 М.
Game Hacking Library [C++]
6:24
CasualGamer
Рет қаралды 10 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Pattern Scanning in C++ | Game Hacking Tutorial
6:36
CasualGamer
Рет қаралды 38 М.
I Beat Minecraft From One Grass Block
35:27
Beppo
Рет қаралды 7 МЛН
YOUR FIRST INTERNAL - BHOP HACK
18:20
cazz
Рет қаралды 126 М.
vTables for Game Hacking & VMT Hooking
10:30
Guided Hacking
Рет қаралды 13 М.
how to start programming C++ for beginners
4:55
Low Level Game Dev
Рет қаралды 28 М.
I made the same game in Assembly, C and C++
4:20
Nathan Baggs
Рет қаралды 843 М.
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН
C++ Internal Trampoline Hook Tutorial - OpenGL Hook
26:58
Guided Hacking
Рет қаралды 58 М.
Reading And Writing Memory in C++ | Game Hacking Tutorial Part 4
5:11
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН