Patrefans
GuidedHacking from patreon

GuidedHacking

patreon

GuidedHacking posts

Posts: 474 Files: 349

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 t...

GuidedHacking post PolyGlot Malware Analysis from patreon

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, you'l...

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 E...

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 expertsOnly available for paid website members.

Steam Keys for Paid Members

DaggerfallETDWR-RYER8-ZR9LYThe Dungeon Of Naheulbeuk The Amulet Of ChaosEP806-4CAJG-PGNGE

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

GuidedHacking post WhiteSnake Stealer Malware Analysis from patreon

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 h...

Steam Keys For Paid Members

Middle Earth Shadow of War Definitive EditionIXKKI-KMC0F-9FNWQAsian truck simulator5NZP9-HKENE-20Q0MHidden world 3 Top-Down 3DFC764-7CRTI-PCBL3

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 challeng...

GuidedHacking post Windows Process Types Explained from patreon

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 sys...

GuidedHacking post Binary Refinery Tutorial from patreon

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 desi...

Steam Keys For Da Patrons

Need for Spirit: Off-Road EditionQLWV8-J3ZBP-CRKJISurviving MarsKHATA-XP62T-DVKIETropico 4 Steam GLOBAL8B4P9-MPD33-3ZE7M

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 debugging can be a dangerous tas...

GuidedHacking post Beginner Malware Traffic Analysis Challenge from patreon

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...

steam keys for super sigma gigachads only

Age of Wonders IIIXFW9L-5DGDG-P94JYJetX VR8P0HR-VNF7R-ICZDRKing Smash23I5G-EB3PF-46CEW

GuidedHacking post How to Extract EA AntiCheat Driver via Crash Dumps from patreon

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 luc...

GuidedHacking post Windows Internals - Processes & Threads Explained from patreon

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 ...

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...

GuidedHacking post CyberChef Malware Analysis - DCRat Loader from patreon

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 ana...

Steam Keys for Patrons

Lawn Mowing Simulator (PC) - Steam Key - GLOBALHJJI3-BR7FH-FDF5VBatman: Arkham Knight Steam Key GLOBAL5FA03-7YYP9-LPGPA

GuidedHacking post Malware that Disables Windows Defender​ from patreon

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 ...

GuidedHacking post Unity IL2CPP TraceLine Tutorial from patreon

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 ...

GuidedHacking post Analyzing Malicious OneNote Documents from patreon

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 One...

Steam Keys for Patrons

Hello Neighbor Steam PC Key GLOBAL(I loved this game)89HQC-TGDV0-WN4RWLEGO Marvel Super Heroes (PC) - Steam Key - GLOBAL3N5M5-HYQQL-ZQ5NM

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 DetectionPretty cool.

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 wil...

Steam keys for da homies

Planescape: Torment: Enhanced Edition Steam Key GLOBALWBDDJ-M9EHF-ZZBADBaldur's Gate II: Enhanced Edition Steam Key GLOBALK8B25-0AQ4Y-HGWZX

GuidedHacking post Python Game Hacking Tutorial from patreon

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 thr...

GH Injector v4.8 Released

-added mono injection-laggy GUI bug fixed-code refactor + various bug fixesDownload DLL Injector Here

Steam Keys for Paid Members

Forgive Me Father (PC) - Steam Key - GLOBALAD5V2-HFWAY-PT4H7Roboquest (PC) - Steam Key - GLOBALJCY4V-FQHW7-WKANF

More Models