do an assembly tutorial please, there is really not much about it. good content as always tho.
@Jxhsxn6 ай бұрын
background music go hardd 🔥🔥
@winifix5 жыл бұрын
Please could you explain how to convert this to x64, since _asm is not aupported
@Nilrem86 жыл бұрын
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?
@gangstasteve57534 жыл бұрын
that was a very good explanation at the beginning!
@depriikid4 жыл бұрын
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 Жыл бұрын
how do you know that the hp is stored on the eax register?
@waleedahmed76774 жыл бұрын
which option you selected in new project->C/C++-> WHICH option? is it .dll or windows console?
@YourFutureGf_2 ай бұрын
Great tutorial but it's not actually working because you stomped th eax move when you went 8 bytes?
@jacklin89793 жыл бұрын
Please could you explain how to convert this to x64, since _asm is _declspec(naked) not aupported
@Ambroxan3 жыл бұрын
Hey you didn't nop the unused bytes, what happened to those 3 unused bytes? are they auto nop'ed by the compiler?
@ivankurniawan68252 жыл бұрын
How do I make it externally?
@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 Жыл бұрын
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
@dennis25993 жыл бұрын
22:51 I like that Fu*********** folder
@rollo41275 жыл бұрын
Can you make a tutorial about internal game hacking
@depralexcrimson6 жыл бұрын
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 :)
@null79536 жыл бұрын
deprcsgo Appreciate it!
@casualgamer17915 жыл бұрын
nice one. keep it up!
@le_plankton2 жыл бұрын
my man is epic
@xtkb1gpaster46 жыл бұрын
king
@alexasmr30475 жыл бұрын
Thanks. assembly tutorial would be cool
@jamesakaiz01242 жыл бұрын
finally i found game hacking videos thank help me alot . can you make video persent1 hook or expl the consept hook bro ?
@m4gicpi36 жыл бұрын
thank you
@Humnbrd6 жыл бұрын
yay
@mkdustan6 жыл бұрын
skrt skrt nice voice
@DarkbrainixSlickerTH3 жыл бұрын
nice tut
@kranefivem5 жыл бұрын
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
@ThePCxbox4 жыл бұрын
Assembly tutorial plz? Also sick beats. Its sex musik
@openai.2 ай бұрын
is old man peeing ? in corner
@rick.prime137 Жыл бұрын
thx
@corejake3 жыл бұрын
okay
@-dead-37874 жыл бұрын
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-37874 жыл бұрын
How do I fix this?
@-dead-37874 жыл бұрын
nvm got it
@NightfallChease4 жыл бұрын
@@-dead-3787 How?
@Max-ig4ji3 ай бұрын
stop saying you are god and some shit
@RandomRepository1024 Жыл бұрын
jmp inside _declspec(naked) void ourFunc() dont return to right address.