Hex Editing Tutorial For dUmmI3z

Sdílet
Vložit
  • čas přidán 22. 07. 2024
  • I teach you how to start hex editing, and how to read hexadecimal numbers!
    HxD Download:
    mh-nexus.de/en/downloads.php?...
  • Jak na to + styl

Komentáře • 52

  • @tacticalmanx759
    @tacticalmanx759 Před 3 lety +7

    learned more from a 21 minute video than an entire pluralsight reverse engineering course, thanks

  • @ShadowR_27
    @ShadowR_27 Před 4 lety +16

    Dude I just just trying to hack a game what is this oh my

  • @AmeliaKKH
    @AmeliaKKH Před 5 lety +1

    Thanks for this 💚

  • @texrodbr217
    @texrodbr217 Před rokem

    I was able to modify Far Cry 6 money on PS4 by editing it using HEX, and I only managed because I only had 2 instances in HEX (little endian) to edit. So, since the money value was very specific, something like $3,426, it was easy to find, replace, and even fill in the remaining 1 byte for the money to be in the $999,999 (f423f) spot in the game.
    My problem now due to lack of knowledge and practice is trying to edit the Watch Dogs 1 save on PS4 for testing. I simply when I try to edit the money ($3074) I find dozens of HEX instances in BIG and LITTLE endian in the file appearing to be encrypted, I don't know. There are so many repeated instances in the file that I don't know if it's really to change them all or find a specific one

  • @OfARisenFall
    @OfARisenFall Před 3 lety +1

    Great video! Understand a bit more now. How would I go about, say, looking for a function name in a dll? There's no mention in the dll itself in text of the function name, it's all just the encrypted-looking data. I'm playing a game I want to make harder. It has set values to get levels in a DLL file. I've tried a text search which was a long shot lol, but didn't work. Now I want to try and hunt down the function that might be doing it. But I don't understand how I'm going to know what is a function or not when it's all 'encrypted' like those random characters in yours? Happy to learn, just need some advice as to 'how to know when you find a function' and finding delimiters etc. Or am I going about this wrongly? All I have is the value ( 35957), which I've been told is hardcoded into the DLL.

    • @Gota7
      @Gota7  Před 3 lety

      You're best bet is probably loading the DLL in Ghidra and looking for the function that tests difficulty. You could try a hex value search for that number, but you'll get a ton of results most likely.

  • @babbisp1
    @babbisp1 Před rokem +1

    I just wanna know how to know the difficulty of a savefile in Prince of Persia: Warrior Within (PS3) and someone told me to use a Hex Editor lol

  • @purifycode
    @purifycode Před rokem +1

    ok now im going to make my own grid coz i learned a basic understanding

  • @gabrieljakopovic6015
    @gabrieljakopovic6015 Před 2 lety

    Can you do a hex coding series? i really need it to make an os

  • @aa-gc9wc
    @aa-gc9wc Před 3 lety +2

    What does a symbolic link contain that makes it such?
    When I try to open a symbolic link in a hex editor the hex editor shows the data that is being linked to by the symbolic link.

    • @Gota7
      @Gota7  Před 3 lety +1

      I think symbolic links on Windows are not actually files (or if they are, they are hidden). I know on Linux, links are physical files though.

    • @allanrichardson3135
      @allanrichardson3135 Před rokem +1

      The symbolic link is a portion of the text of the file you're coming from, containing either a file path and name, or a URL to the internet (or your private network), pointing to a specific page. So "opening" one of those implies following where it points and opening that object if possible.

  • @megitsune66
    @megitsune66 Před 5 lety

    I am tryng to extract texts from a stcm2l hearder format.. do you know how?

    • @Gota7
      @Gota7  Před 5 lety

      No. Doing stuff like that is very specific to the format. You either need to look up some documentation, or reverse engineer it yourself.

  • @Cre9
    @Cre9 Před rokem

    great vid

  • @frankwhite2072
    @frankwhite2072 Před 6 měsíci

    Signed integers sounds like the range for midi.

  • @amirroohi4566
    @amirroohi4566 Před 4 lety

    THANK YOU

    • @Gota7
      @Gota7  Před 4 lety

      No problem, glad you like it!

  • @czlowiek_zagadka
    @czlowiek_zagadka Před 9 dny

    H"XD" editor is the best ;)

  • @SchmillyTV
    @SchmillyTV Před 3 lety +1

    What does it mean if your hex is decoded into garble? The Ascii decode of the hex I'm trying to edit doesn't make any sense at all. The ascii it full of random letters and numbers

    • @Gota7
      @Gota7  Před 3 lety +1

      That means the data is stored in binary, not in hex. You should be looking at the number part more, not the ASCII part.

  • @deedewald1707
    @deedewald1707 Před 2 lety +1

    You are a great teacher !

  • @iseetrees7830
    @iseetrees7830 Před 3 lety

    anyone help me with this ?

  • @catninjaog3347
    @catninjaog3347 Před 3 lety +2

    how do you decode the decode into letters not just ...$.....e3....$.............

    • @Gota7
      @Gota7  Před 3 lety +1

      Depends on if there are letters or not stored.

    • @iseetrees7830
      @iseetrees7830 Před 3 lety

      @@Gota7 prob asking a bit, but help me find TAA disable value ?

  • @velorya2282
    @velorya2282 Před 4 lety

    Hello I need some help! I have some .csa and .csaheader files from a
    game. So I need to build a packer to open the files. Can somebody please
    help or explain how to build such a packer? ty

    • @Gota7
      @Gota7  Před 4 lety

      You should look to see if the format is documented somewhere (google CSA file specification or something), or look on forums or something about the game formats used. It may also be possible that no documentation exists, and you just have to try and figure out the format on your own.

    • @velorya2282
      @velorya2282 Před 4 lety

      @@Gota7 unluckily this format isn't documented. I guess I'll have to check the forums. But thanks for your answer.

    • @Tech.Library
      @Tech.Library Před 4 lety

      @@Gota7 can I use this to edit the files in windows mobile OS phone

    • @Gota7
      @Gota7  Před 4 lety

      @@Tech.LibraryThere are hex editor apps out there I'm sure, but maybe not the specific one I used in the video. All hex editors are somewhat similar though.

    • @Tech.Library
      @Tech.Library Před 4 lety

      @@Gota7 ok thanks

  • @PotentAzure
    @PotentAzure Před 2 lety +1

    Anyone else watch the whole video?

  • @Luminyx.inr-
    @Luminyx.inr- Před 2 lety

    I am even more confused than before

  • @aaltaccout8126
    @aaltaccout8126 Před 4 lety +1

    How u know im a dumie

  • @mosesemerokwam1164
    @mosesemerokwam1164 Před 2 lety +2

    Who is the dummy

  • @tsl7804
    @tsl7804 Před 2 lety +2

    I guess this is not for me after all.. RIP 🙃

  • @articmodzs3661
    @articmodzs3661 Před 5 lety +2

    Were not dumb were just slow😂😂

  • @onyxeeveon887
    @onyxeeveon887 Před 2 lety

    Love ur sona

  • @omar2516
    @omar2516 Před 6 lety +1

    bruh

    • @npd59
      @npd59 Před 2 měsíci

      Bruh +1

  • @Rupam_1729
    @Rupam_1729 Před 3 lety

    I am unable to crack a file pls help...share insta or fb id

  • @manupman945
    @manupman945 Před 4 lety +2

    is anyone going to say it...
    ...
    No...
    ...
    Ok...
    ...FURRY!

    • @Gota7
      @Gota7  Před 4 lety +2

      Very cool observation :p

  • @LDev31
    @LDev31 Před 3 lety

    I'm a dummyes xD

  • @r0x304
    @r0x304 Před 3 lety +1

    Oh no furry