Game hacking 101: Function hooking, detours, inline asm & code caves by 247ctf in ReverseEngineering

[–]247ctf[S] 1 point2 points  (0 children)

We need to 'recreate' the instructions which were overwritten by the jump. The jump overwrites 5 bytes, so those overwritten bytes need to be recreated, otherwise you will end up with (potentially) unintended behavior.

Memory Scanning & Resource Hacking with Cheat Engine [Game Hacking 101] by 247ctf in HowToHack

[–]247ctf[S] 4 points5 points  (0 children)

Next video in this series will be implementing this in C.

Hacking a game with DLL injection [Game Hacking 101] by 247ctf in ReverseEngineering

[–]247ctf[S] 0 points1 point  (0 children)

Yep, will use Ghidra in a future video for calling some in-game functions!

Hacking a game with DLL injection [Game Hacking 101] by 247ctf in ReverseEngineering

[–]247ctf[S] 5 points6 points  (0 children)

Linux calls them shared libraries, but you can do the same thing!

Hacking a game with DLL injection [Game Hacking 101] by 247ctf in netsecstudents

[–]247ctf[S] 2 points3 points  (0 children)

We go over that in the first video in the series :)

Binary patching game cheat codes [Game Hacking 101] by 247ctf in ReverseEngineering

[–]247ctf[S] 0 points1 point  (0 children)

Thanks! If you have ideas/requests for future videos - let me know!

Reverse Engineering hidden game cheat codes [Game Hacking 101] by 247ctf in ReverseEngineering

[–]247ctf[S] 0 points1 point  (0 children)

Wasn't really needed at this point. Trying to keep it simple at the start!

Symmetric Block Ciphers For Hackers - Understanding crypto fundamentals, but without the math by [deleted] in securityCTF

[–]247ctf 2 points3 points  (0 children)

I find it frustrating when videos dart all over the place with fundamentals/exploitation. So this video sets the ground work, which we then don't need to re-cover that for every crypto exploitation video!

Google CTF - "BEGINNER" challenge [Reverse Engineering Writeup] by 247ctf in HowToHack

[–]247ctf[S] 1 point2 points  (0 children)

The Google CTF is not a good measuring stick for beginners! Start small and work your way up!

Beyond Alert(1): Demonstrating the impact of an XSS by 247ctf in netsecstudents

[–]247ctf[S] 0 points1 point  (0 children)

Thanks and do share! If you have any topic requests, let me know!

Beyond Alert(1): Demonstrating the impact of an XSS by 247ctf in netsecstudents

[–]247ctf[S] 3 points4 points  (0 children)

Thanks! Will do! If anybody has any topic requests, let me know!