๐งช 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 ...
2023-05-04 18:18:33 +0000 UTC
View Post
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 instr...
2023-05-03 15:28:11 +0000 UTC
View Post
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 w...
2023-05-01 19:19:13 +0000 UTC
View Post
๐ง 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 member...
2023-04-30 18:08:38 +0000 UTC
View Post
Daggerfall
ETDWR-RYER8-ZR9LY
The Dungeon Of Naheulbeuk The Amulet Of Chaos
EP806-4CAJG-PGNGE
2023-04-29 20:08:41 +0000 UTC
View Post
๐ฎ 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 &am...
2023-04-27 18:44:43 +0000 UTC
View Post
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 bro...
2023-04-26 15:42:30 +0000 UTC
View Post
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
2023-04-24 16:16:09 +0000 UTC
View Post
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
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 f...
2023-04-20 17:13:08 +0000 UTC
View Post
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...
2023-04-16 21:14:27 +0000 UTC
View Post
Need for Spirit: Off-Road Edition
QLWV8-J3ZBP-CRKJI
Surviving Mars
KHATA-XP62T-DVKIE
Tropico 4 Steam GLOBAL
8B4P9-MPD33-3ZE7M
2023-04-14 20:14:15 +0000 UTC
View Post
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...
2023-04-11 18:19:36 +0000 UTC
View Post
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 a...
2023-04-09 16:01:10 +0000 UTC
View Post
Age of Wonders III
XFW9L-5DGDG-P94JY
JetX VR
8P0HR-VNF7R-ICZDR
King Smash
23I5G-EB3PF-46CEW
2023-04-07 21:31:55 +0000 UTC
View Post
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 ...
2023-04-07 19:04:07 +0000 UTC
View Post
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...
2023-04-06 18:36:12 +0000 UTC
View Post
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 i...
2023-03-30 02:32:15 +0000 UTC
View Post
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 2023-03-29 17:49:54 +0000 UTC
View Post
Lawn Mowing Simulator (PC) - Steam Key - GLOBAL
HJJI3-BR7FH-FDF5V
Batman: Arkham Knight Steam Key GLOBAL
5FA03-7YYP9-LPGPA
2023-03-26 17:13:22 +0000 UTC
View Post
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 t...
2023-03-24 17:12:11 +0000 UTC
View Post
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 g...
2023-03-24 03:39:55 +0000 UTC
View Post
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 ...
2023-03-16 17:46:27 +0000 UTC
View Post
Hello Neighbor Steam PC Key GLOBAL
(I loved this game)
89HQC-TGDV0-WN4RW
LEGO Marvel Super Heroes (PC) - Steam Key - GLOBAL
3N5M5-HYQQL-ZQ5NM
2023-03-06 00:08:49 +0000 UTC
View Post
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
2023-03-03 22:18:51 +0000 UTC
View Post
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 hookin...
2023-02-27 19:38:38 +0000 UTC
View Post
Planescape: Torment: Enhanced Edition Steam Key GLOBAL
WBDDJ-M9EHF-ZZBAD
Baldur's Gate II: Enhanced Edition Steam Key GLOBAL
K8B25-0AQ4Y-HGWZX
2023-02-27 18:48:16 +0000 UTC
View Post
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 i...
2023-02-24 19:27:10 +0000 UTC
View Post
-added mono injection
-laggy GUI bug fixed
-code refactor + various bug fixes
Download DLL Injector Here
2023-02-23 23:09:20 +0000 UTC
View Post
Forgive Me Father (PC) - Steam Key - GLOBAL
AD5V2-HFWAY-PT4H7
Roboquest (PC) - Steam Key - GLOBAL
JCY4V-FQHW7-WKANF
2023-02-20 01:27:02 +0000 UTC
View Post