Hacking a game with DLL injection [Game Hacking 101]

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 122

  • @247CTF
    @247CTF  3 года назад +55

    🤖🤖🤖 Who knew malware authors and game hackers aren't so different after all? 🤖🤖🤖

    • @Kindlylisten3
      @Kindlylisten3 2 года назад +5

      Hey, Do you have any plan to give your programming course on YT? It seems you have deep skills of hacking so please share so that we can also learn.

  • @octaviocuatrochio2006
    @octaviocuatrochio2006 2 года назад +34

    NOTE: if you're trying to DLL Inject an 32 bit game, compile the code AND the DLL in 32 bit. This will save you A LOT of debugging hours.
    PD: Very nice tutorial! thanks to you i was motivated to pickup a very old project, which extends the functionality of an old but loved game of mine (Burnout Paradise)

  • @koenbrink
    @koenbrink 3 года назад +24

    This is actually one of the best tutorials I have ever seen. Short, clear and perfect pace

    • @247CTF
      @247CTF  3 года назад

      Thanks!

    • @aidan41
      @aidan41 3 года назад

      For you to copy and paste LMAO

    • @G242gdkxjfje
      @G242gdkxjfje 8 месяцев назад

      all them scriptkiddies​@@aidan41

  • @bobbymcbobface
    @bobbymcbobface 2 года назад +2

    Cheers dude! I'm currently writing a mod engine for a game with a friend and because of you i can start learning c++ the way i like (by doing stuff) :D

  • @realNAKAMI
    @realNAKAMI 3 года назад +4

    feedback: you have an icon for a questionmark and a checkmark. whenever you come up with an idea, you use the checkmark, as if you had already finished the execution of said idea. it would make more sense to introduce a lightbulb or a though bubble icon whenever you talk about a new concept/idea.

    • @247CTF
      @247CTF  3 года назад +3

      Thanks for the feedback! Now if only I could draw..

    • @Operation6bruh
      @Operation6bruh 4 месяца назад

      @@247CTFI have the same problem😂

  • @dasphantom0439
    @dasphantom0439 3 года назад +7

    So why do you need to use the WriteProcessMemory and ReadProcessMemory functions? The DLL is running directly in the memory of our game so. Why are we not able to treat the address like a pointer and directly write/read to it?

    • @247CTF
      @247CTF  3 года назад +2

      Good point! As long as we can write to that memory location we can use more native functions. WriteProcessMemory handles some of the leg work for us automagically if it's not, so for a beginner video this was an easier approach!

    • @dasphantom0439
      @dasphantom0439 3 года назад

      Thank you for your answer. I really enjoy your videos. Keep up the good work!

    • @247CTF
      @247CTF  3 года назад

      @@dasphantom0439 Thanks, will do!

  • @brhvitor4
    @brhvitor4 3 года назад +3

    Nice video! A few criticism that I hope to be constructive: I would point out why you created a thread after the injection. I would say that writing with pointers is cleaner and gives the viewer a better understanding of whats going on but doesn't really matter

    • @247CTF
      @247CTF  3 года назад +1

      Great point! I'll use pointers moving forward, a few people have made a similar comment.

  • @Jouss3ph
    @Jouss3ph Месяц назад +1

    I have software that checks for cpu temperature on the VM ! how to spoof it ?

  • @darkfllame
    @darkfllame Год назад +22

    i watch dll injection tutorial for "educational" purpose 😏

    • @schittPosts101
      @schittPosts101 Год назад

      Script kiddie

    • @darkfllame
      @darkfllame Год назад +1

      @@schittPosts101 no worry kid, i got the *C programming language👍👌* directly into my brain, with a lot of cafeine lol

    • @schittPosts101
      @schittPosts101 Год назад +1

      @@darkfllame LMK when you go straight to the diet coke to finish by deadline xD

    • @darkfllame
      @darkfllame Год назад +1

      @@schittPosts101 okay xd, i'm making a programming language with zig and don't really have a deadline so anyway

    • @Kronos.Saturn
      @Kronos.Saturn 11 месяцев назад

      @@darkfllame i code in pure binary im better then you

  • @djay10101
    @djay10101 Год назад +2

    How do you locate the address of the patch without knowing it in the first place? And how do you know what values to overwrite it with to achieve the function you want?

    • @DatBoi_TheGudBIAS
      @DatBoi_TheGudBIAS 9 месяцев назад +1

      This is where the previous part comes in. Before U inject a dll, u should use cheat engine to make a script. With Dat script, u can then see the bytes of the new opcodes and the adress changed, and there's ur answer

    • @247CTF
      @247CTF  8 месяцев назад +1

      That's right - there is a playlist for the series, if you watch it in order the current video (usually) builds on the previous one.

  • @SideRocketeer0
    @SideRocketeer0 3 года назад

    Just wanna say your videos are great they combine two great things and hacking the game is just getting your money's worth.

    • @247CTF
      @247CTF  3 года назад

      Thanks for the feedback!

  • @kanutaro3426
    @kanutaro3426 Год назад

    Thank you so much I finally understand how byte patching works

  • @AHN1444
    @AHN1444 Год назад +1

    I compiled a test dll with visual studio 2022, and the exe is crashing with 0xc000007b error on start, what I am doing wrong?

    • @247CTF
      @247CTF  Год назад

      "The error code means an invalid image format. Specifically, you are attempting to start an application which is designed to run on 64-bit operating system. But your computer is running 32-bit Windows."

  • @epicm999
    @epicm999 2 года назад

    Gonna have to rewatch this video. The info here is too good to pass up.

  • @Xanderfied
    @Xanderfied Год назад +1

    Let's say a game is running in unreal engine, and want to access the debug console. However, after injecting my script, and checking the log Im told console wasnt able to be reenabled due to code not being present. Is the code set by the devs, or is it more of a universal code? Also could you say examine the executable in a hash editor and maybe discover said code? Like it has to be in a mem block at some point right?

    • @247CTF
      @247CTF  8 месяцев назад

      Don't know much about Unreal Engine - good luck.

  • @mrvb6408
    @mrvb6408 3 года назад +2

    Nice stuff, but you don't actually need to read the original game bytes to toggle the trainer on/off... use the power of XOR :P

    • @247CTF
      @247CTF  3 года назад

      Awesome tip! This is a good improvement to the trainer for sure! Will implement this in the next video!

  • @leanhhao86
    @leanhhao86 3 года назад +2

    Great tutorial!
    I wonder what machine you used to test the DLL injection, because I'm running into a problem with CreateRemoteThread(). Both my DLL and Injector are 32bit running on Windows 10 and I received Access Denied Error with the function. :((

    • @247CTF
      @247CTF  3 года назад +3

      The code in the video is 'bad', there is no error checking on the responses from the function calls - you should start there and use GetLastError to try and find the problem. If you have an EDR or similar running on your system, that may be blocking these types of calls too.

  • @Hyperlands
    @Hyperlands 3 года назад +2

    How do you find out what patches you need to do?
    i.e. at 7:00, where did you get all the data for the memory hacks?

    • @247CTF
      @247CTF  3 года назад +3

      Take a look at the previous videos in the series for context!

  • @ruadeil_zabelin
    @ruadeil_zabelin 4 месяца назад

    Wouldn't piggybagging on one of the existing dll's be better? So for example it probably uses winmm.dll or some d3d dll. If you put that in the same directory as the executable; it'll get loaded first. You stub/forward all the functions and put your own stuff in one of the ones that gets called. That way you don't need admin elevation to inject yourself into the other process

    • @247CTF
      @247CTF  4 месяца назад

      That is another option sure, but you don't need admin rights to inject into another process you own

  • @tacillo
    @tacillo 2 года назад +4

    instead of using hardcoded patch size you could utilize vectors which automatically resize themself to match the contents required space :)
    (and why not use an unsigned long long (uintptr_t) for the patch address? It wont be negative and can get really big if you have a lot of RAM available)
    Edit: The amount of ram doesnt really matter, its because of the userland virtual address range

    • @247CTF
      @247CTF  2 года назад

      TIL, thanks!

    • @muhammadziyad3648
      @muhammadziyad3648 Год назад

      hey can anyone help me hack state of survival game its only p2p and its server sided or if anyone knows how to cheat in sos or inject using tools

    • @tacillo
      @tacillo Год назад

      @@muhammadziyad3648 if the game is fully server sided than there highly likely won't be a lot of useful stuff you can do from the client side. Would recommend to take a look at package modifying or in case you just want to cheat in that one specific game without actually caring about learning that type of stuff, let it be.

    • @muhammadziyad3648
      @muhammadziyad3648 Год назад

      can you guide me about package modifying cause i want to hack a specific server sided game @@tacillo

  • @realNAKAMI
    @realNAKAMI 3 года назад

    feedback: whenever you talk about states or a procedure, i state machine graph would look even cooler.

    • @247CTF
      @247CTF  3 года назад

      Thanks for the feedback! Do you have a timestamp for an example?

    • @realNAKAMI
      @realNAKAMI 3 года назад

      @@247CTF 7:54 sure, it's just three simple steps, but it feels like you're going into more complex examples in the future with these "our program will do this/that" explanations.

  • @aaron6807
    @aaron6807 2 года назад

    I hope you still read the comments.. At 05:39, why did you use write process memory instead of memcpy or so, the dll is already executing in the game's memory space, so how come?

    • @247CTF
      @247CTF  2 года назад +1

      No real reason, Windows error codes could be more useful if I handled them. I use memcpy in a different video and someone asked in the comments if I could also use WPM, so I did that in this video instead.

    • @aaron6807
      @aaron6807 2 года назад

      @@247CTFyeah fair. Thanks a bunch for clarifying it

  • @PROJECTJoza100
    @PROJECTJoza100 2 года назад

    Earned a new subscriber. Nice video!

  • @starwinner4982
    @starwinner4982 Год назад +1

    Hey, nice video, I am a total noob with C++, in the Injector.cpp file, on line 28, what is the full line? I tried to figure out that myself but I had no success. Do you mind helping? :D

    • @247CTF
      @247CTF  Год назад

      Code is in Patreon

  • @arcsyndicate
    @arcsyndicate 3 месяца назад

    Nice video. Sharing code outside patreon would be nice

  • @realNAKAMI
    @realNAKAMI 3 года назад +2

    feedback: i find the music a tiny bit too distracting. maybe lowering it like 30% would help. but maybe that's just me.

    • @247CTF
      @247CTF  3 года назад +1

      Thanks for the feedback! Will lower the background sound in the next video!

  • @leon_black
    @leon_black Год назад

    hey I wanna inject a modded directX dll into a game to force it to run on a lower feature level GPU..
    How can I force the game to use it rather than the one in sys32
    Is injection the solution? because your injector ran after the game opens
    But the game in my case doesn't open because it detects a lower FL

    • @247CTF
      @247CTF  Год назад

      It depends a bit on the application.. You might need to binary patch, might not: learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order
      You could also try a loader like DxWnd

  • @aozzz6936
    @aozzz6936 5 месяцев назад

    I thought windows will always give you random memory addresses, but you apply patching to the same address all the time. I don't get it.

    • @misch2
      @misch2 4 месяца назад

      It's a virtual address, not a physical one. So it doesn't depend where into the RAM the process is loaded, it always sees itself with the same addresses.

    • @aozzz6936
      @aozzz6936 4 месяца назад

      @@misch2 what do you mean sees itself, when he specifies the exact address. Try to define a variable and it will have different addresses on each run, even if it's virtual memory.

    • @247CTF
      @247CTF  4 месяца назад

      Depends if the binary / DLL is compiled with ASLR or not

  • @ahmedgames9335
    @ahmedgames9335 10 месяцев назад

    can i deal with mono.dll like you used the LoadLibraryA and run it in thread inside the target process but i will use for ex mono_get_root_domain ???

    • @247CTF
      @247CTF  8 месяцев назад

      You want to do this with .NET? You can achieve a similar effect but the process is slightly different, there are some examples on GitHub you could check out. The bonus is .NET makes the reversing step easier (usually).

  • @tylermoore9908
    @tylermoore9908 Год назад

    Hey yall remember if your directory uses '\'. just make it a raw string like : R"(your string here)";

  • @jamesking2439
    @jamesking2439 Год назад

    Also your inner loop for testing is way faster this way.

    • @247CTF
      @247CTF  Год назад

      🥷

    • @muhammadziyad3648
      @muhammadziyad3648 Год назад

      hey can anyone help me hack state of survival game its only p2p and its server sided or if anyone knows how to cheat in sos or inject using tools

  • @heatseeker3654
    @heatseeker3654 Год назад

    Can this be done for Age of Empires II: The Conquerors?

    • @247CTF
      @247CTF  8 месяцев назад +1

      Probably something similar, I've never looked..

    • @heatseeker3654
      @heatseeker3654 8 месяцев назад

      @@247CTF I have already tested time ago and it works.

  • @DukeNuGets
    @DukeNuGets 6 месяцев назад

    Nice tutorial !. It's possible to inject a .Net Framework DLL ?. Thx

    • @247CTF
      @247CTF  4 месяца назад

      Yes, it's a different method but you can - there are a few projects from GitHub that will show you how this works

  • @AR-dx6nm
    @AR-dx6nm 7 месяцев назад

    Is it possible to do this in an online games like ragnarok online?

    • @igorthelight
      @igorthelight 4 месяца назад

      It is but you may be banned ;-)

  • @aatupontio8118
    @aatupontio8118 Год назад

    whats the differnce how dll injector and lua injector work

    • @247CTF
      @247CTF  8 месяцев назад

      Don't know much about lua injectors, I would guess it's injecting lua script instead of compiled code?

    • @stickmaker10111
      @stickmaker10111 Месяц назад

      @@247CTF Lua has the ability to require (import) dlls of specific name, for example if a directory is specified it would try to look for directory/init.dll and directory/directory.dll, it will execute a luaopen_directory symbol found in it and pass the lua context which houses global variables and such.

  • @maciejszpyra
    @maciejszpyra 3 года назад

    Is it always possible to inject DLL into a process?

    • @247CTF
      @247CTF  3 года назад +2

      I would expect most modern games would either prevent or detect this naive injection approach. There are methods to block direct DLL injection, but if you can install kernel drivers you could still achieve the same effect! We can explore this in a future video!

  • @sieutruc
    @sieutruc 3 года назад

    Thank for the video, but can you share your code ? i tried to do but do not understand why it does not work. iam on win10 x64.

    • @247CTF
      @247CTF  3 года назад +2

      5:48

    • @sieutruc
      @sieutruc 3 года назад

      Thanks for your information and useful video.

  • @tr1ngle
    @tr1ngle 2 года назад +1

    2:53 i cant see full line of code for hProcess :skull:

    • @247CTF
      @247CTF  2 года назад

      💀

    • @tr1ngle
      @tr1ngle 2 года назад

      💀

    • @brodienelson7493
      @brodienelson7493 2 года назад

      @@tr1ngle Be a patrion and get it all there. do yall not listen XD

  • @quochungftu
    @quochungftu 3 года назад

    Does anyone have an edited dll file which I can toggle in-game while playing?

    • @247CTF
      @247CTF  3 года назад

      When you say toggle, do you mean toggle functionality on/off or toggle the DLL being injected/not injected?

    • @phamquochung4908
      @phamquochung4908 3 года назад

      @@247CTF functionality I meant. I found some dll injector tools more useful than the one I built but it causes heavy lag in-game, may be the dll file doesnt work well in win 10

    • @247CTF
      @247CTF  3 года назад

      @@phamquochung4908 Sleep might help you out, depending on what you are trying to do. Failing that, the next video in the game hacking series will include functionality toggles so you can see how that works!

  • @nvdbk70
    @nvdbk70 3 года назад +1

    do you give me code in video ?

    • @247CTF
      @247CTF  3 года назад

      It's available for Patreon supporters, but all the code is shown on screen

    • @TibiaOTarena
      @TibiaOTarena 2 года назад +1

      @@247CTF no not "ALL the code" since you cut out hProcess..

    • @brodienelson7493
      @brodienelson7493 2 года назад

      @@TibiaOTarena Lmao

  • @funy7657
    @funy7657 2 года назад

    Can you share for me code?

    • @tacillo
      @tacillo 2 года назад +2

      you can find the code in his patreon

    • @247CTF
      @247CTF  Год назад

      🙏

  • @declanrussoj3736
    @declanrussoj3736 3 года назад

    Good. I wait for love from you 💝💖

    • @dasphantom0439
      @dasphantom0439 3 года назад

      @Wanna Chill Yeah, but that are they phishing for? Just views? They all have the same playlists with the same league of legends gameplay videos with sex thumbnails.

  • @DcsMaster
    @DcsMaster 3 года назад

    Can I hack fortnite vbucks?? Pls answer

    • @247CTF
      @247CTF  3 года назад

      Possibly?

    • @SkyenNovaA
      @SkyenNovaA 3 года назад +6

      Probably not.
      Because they're stored on a server, the way the program works in this video is editing your local machine's memory

    • @lilpup1414
      @lilpup1414 2 года назад

      @@SkyenNovaA Send a request to the server. That might work