FapsParty
GuidedHacking

GuidedHacking

patreon


GuidedHacking posts

Java Game Hacking - JNI Tutorial

๐Ÿงช Java Native Access (JNA) ๐Ÿ”ง
๐Ÿ”— JNA: Dynamic Java โ†”๏ธ Native Code bridge ๐ŸŒ‰
๐Ÿ› ๏ธ Bypass JNI wrapper; simplify native calls ๐ŸŽฏ
๐Ÿ’ก Ideal for game hackers & reverse engineers ๐ŸŽฎ
๐ŸŒŸ Expedites game hacking & mod development ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€

Java Native Access (JNA) is a library that provides a simple and dynamic bridge between Java and native code, enabling Java applications to call native functions without the need for JNI wrappers. This si...

View Post

PolyGlot Malware Analysis

GuidedHacking post PolyGlot Malware Analysis

Let's see an example of a polyglot file. There's a tweet with an image connected to it. If you save the image and open it up, you'll see it's just a normal image with text instructing you to save the image and change the extension to .zip. If you do that and unzip the file, yo...

View Post

Unreal Engine WorldToScreen

Unreal Engine has a plethora of engine functions that are available to game developers who are utilizing their game engine. In this article, I will explain how to use WorldToScreen in Unreal Engine for internal hacks. Look out for a second part of this article where we'll discuss W2S in Unreal Engine for external UE hacks.

A WorldToScreen function is a program...

View Post

Exploit Dev 11 - Linux Buffer Overflow

๐Ÿง Exploit Dev 11: Intro to Linux Exploiting 

๐Ÿ”“ The 11th chapter just released on our website!

๐Ÿ Perfect for CTFs & real-world scenarios

๐Ÿ”— Join us & learn from the experts

Only available for paid website members.

View Post

Steam Keys for Paid Members


Daggerfall

ETDWR-RYER8-ZR9LY


The Dungeon Of Naheulbeuk The Amulet Of Chaos

EP806-4CAJG-PGNGE

View Post

Java Game Hacking Tutorials

๐ŸŽฎ Java Game Hacking Course ๐ŸŽฎ

We start releasing new lessons today!

Learn how to hack games with Java:

๐Ÿš€ Java syntax & native code

๐Ÿงฉ External & internal hacks

๐Ÿ’พ Memory Manipulation with Java

๐Ÿ–ฅ๏ธ Java GUIs & JVM injection

๐ŸŒŸ Real-world examples

View Post

WhiteSnake Stealer Malware Analysis

GuidedHacking post WhiteSnake Stealer Malware Analysis

Today we carry out some malware analysis on WhiteSnake Stealer. Whitenake stealer has recently hit the market selling multiple commonly found functionalities that are found in other stealers. Some of the functionalities offered by WhiteSnake stealer is that it will steal from browsers, wallets and has a file grabber. WhiteSnake stealer will then send out this information throug...

View Post

Steam Keys For Paid Members

Middle Earth Shadow of War Definitive Edition

IXKKI-KMC0F-9FNWQ

Asian truck simulator

5NZP9-HKENE-20Q0M

Hidden world 3 Top-Down 3D

FC764-7CRTI-PCBL3

View Post

Exploit Dev 8 - How to Bypass ASLR

In our last video we learned ASLR theory, today we will learn how to bypass ASLR. Even in modern applications, it can still be possible to bypass the ASLR exploit mitigation using techniques such as information leaks via read primitives. This time we are going to bypass ASLR for the eko2019 challenge using a read/write primitive combination.

Video tutorial only available here: 2023-04-23 17:13:45 +0000 UTC View Post

Windows Process Types Explained

GuidedHacking post Windows Process Types Explained

In contrast to traditional Windows processes, pico processes do not have direct access to the Windows NT kernel. Instead, they are managed by a special kernel-mode driver called the pico provider (Lxss.sys and LxCore.sys in the case of WSL). The pico provider is responsible for translating Linux system calls made by the pico process into their Windows equivalents, allowing ...

View Post

Binary Refinery Tutorial

GuidedHacking post Binary Refinery Tutorial

A very important part of the Binary Refinery tool is that it is possible to quickly search all modules for the given operation that you'd like to carry out on the data. Calling binref and then a keyword will return all matches of that keyword within the units so that you can search for your desired operation. To work on data you begin by calling emit which will get a given file or string ...

View Post

Steam Keys For Da Patrons


Need for Spirit: Off-Road Edition

QLWV8-J3ZBP-CRKJI

Surviving Mars

KHATA-XP62T-DVKIE

Tropico 4 Steam GLOBAL

8B4P9-MPD33-3ZE7M

View Post

How to Debug Kernel Drivers Tutorial

Learning how to Debug Kernel drivers will be your first task after getting the WDK installed, while not overly complicated, this process is not obvious to beginners. I will show how to attach to the kernel and step through the source code to find and fix bugs. Kernel debu...

View Post

Beginner Malware Traffic Analysis Challenge

GuidedHacking post Beginner Malware Traffic Analysis Challenge

In the constantly evolving field of cybersecurity, the ability to analyze malware traffic is a crucial skill for IT professionals. Malware is a type of software that is created to infiltrate, damage, or extract data from computer systems without the user's knowledge. By analyzing malware traffic, security threats can be detected and addressed, attack patterns can be ide...

View Post

steam keys for super sigma gigachads only


Age of Wonders III

XFW9L-5DGDG-P94JY


JetX VR

8P0HR-VNF7R-ICZDR


King Smash

23I5G-EB3PF-46CEW

View Post

How to Extract EA AntiCheat Driver via Crash Dumps

GuidedHacking post How to Extract EA AntiCheat Driver via Crash Dumps

So now you know how to extract EA AntiCheat driver. This driver is now ready to be reverse engineered, though there may still be some more layers of unpacking and anti reverse engineering to get around if what we've seen so far is anything to go by... Want to make a EA AntiCheat bypass? Good luck to you, but we won't be providing any details more than this. I'm s...

View Post

Windows Internals - Processes & Threads Explained

GuidedHacking post Windows Internals - Processes & Threads Explained

Grasping the concepts of processes and threads is essential for comprehending any Operating System, as they form the foundation for most user-mode mechanisms. Furthermore, Windows provides a refined API that facilitates interaction with these components. It's no surprise that these subjects can be somewhat complex to comprehend, given the lack of clear documentation from Mi...

View Post

Codestage Anticheat's Encrypted Values

Some Unity games use encrypted variables to hide sensitive values and hinder analysis. Today, we will look at how to decrypt CodeStage encrypted values in order to read or write to them without triggering the anticheat. So let's get into it.

What is CodeStage Anticheat?โ€‹

CodeStage Anticheat is a software tool designed to prevent cheating...

View Post

CyberChef Malware Analysis - DCRat Loader

GuidedHacking post CyberChef Malware Analysis - DCRat Loader

As malware becomes more sophisticated, analyzing it becomes more challenging. Fortunately, there are tools available to help analysts extract and analyze malware quickly and efficiently. One such tool is CyberChef a versatile and powerful tool, released by the GCHQ in 2018, that can help malware analysts in their day-to-day work. In this article, we will showcase how to use Cyb...

View Post

Steam Keys for Patrons

Lawn Mowing Simulator (PC) - Steam Key - GLOBAL

HJJI3-BR7FH-FDF5V

Batman: Arkham Knight Steam Key GLOBAL

5FA03-7YYP9-LPGPA

View Post

Malware that Disables Windows Defenderโ€‹

GuidedHacking post Malware that Disables Windows Defenderโ€‹

Windows defender is the bane of most commodity malware, in this video we'll be looking at a piece of malware that attempts to elevate its privilege's and then disable windows defender. This kind of operation is incredibly useful for us to understand as it begins to touch on the fundamentals of Windows processes and how Windows Defenders privilege's function.  ...

View Post

Unity IL2CPP TraceLine Tutorial

GuidedHacking post Unity IL2CPP TraceLine Tutorial


In this new Unity TraceLine tutorial, I will show you how to call the Linecast function in an IL2CPP games. TraceLine is used to check if an enemy is visible, for use in your aimbot and ESP hacks. You can apply this tutorial to every IL2CPP game because they all use the same LineCast function.

In my first IL2CPP game hacking tutorial...

View Post

Analyzing Malicious OneNote Documents

GuidedHacking post Analyzing Malicious OneNote Documents

Starting with the malicious OneNote document we begin by checking the strings within it. The strings aren't too interesting besides a reference to a bat file on a Desktop with username RAZER. After checking the strings we'll want to take the OneNote document apart so we use a tool called OneNoteAnalyzer to do this. This tool automatically disassembles the O...

View Post

Steam Keys for Patrons

Hello Neighbor Steam PC Key GLOBAL

(I loved this game)

89HQC-TGDV0-WN4RW


LEGO Marvel Super Heroes (PC) - Steam Key - GLOBAL

3N5M5-HYQQL-ZQ5NM

View Post

Usermode Anticheat Anti-DLL-injection Bypass

A BypassMe is the game hacking version of a crackme, which replicates basic anticheat features.

Here's a writeup on how to solve one including:

-XOR String Encryption

-Integrity Checks

-DLL Injection Detection

-Manual Mapping Detection

Pretty cool.

View Post

Javascript Hooking Tutorial

Do you want to learn how to hack popular .io games like agar.io or shellshockers.io? Do you want aimbot or godmode? This tutorial is for you!

This guide will cover the basics of hacking games running in a web browser. This tutorial will be using Google Chrome, but many other browsers like Firefox will have the exact same tools.

This part of the guide will go over how to use hooking to make faster, easier, more repeatable game hacks. Hooking uses plain js to exploit global functi...

View Post

Steam keys for da homies


Planescape: Torment: Enhanced Edition Steam Key GLOBAL

WBDDJ-M9EHF-ZZBAD


Baldur's Gate II: Enhanced Edition Steam Key GLOBAL

K8B25-0AQ4Y-HGWZX

View Post

Python Game Hacking Tutorial

GuidedHacking post Python Game Hacking Tutorial

Hello again everyone, and welcome back to the python game hacking course. In this article we're going to be writing our first Python external trainer. Before we write any code, let's talk about project structure. Your project can be structured differently, but I have broken this one into three source files and a library folder. The library folder will contain our reusable code, i.e....

View Post

GH Injector v4.8 Released

-added mono injection

-laggy GUI bug fixed

-code refactor + various bug fixes

Download DLL Injector Here 

View Post

Steam Keys for Paid Members


Forgive Me Father (PC) - Steam Key - GLOBAL

AD5V2-HFWAY-PT4H7


Roboquest (PC) - Steam Key - GLOBAL

JCY4V-FQHW7-WKANF

View Post