DORSETRIGS
Home

reverse-engineering (28 post)


posts by category not found!

Converting .exe to VS solution file / project

Can You Turn an exe into a Visual Studio Solution The Truth About Reverse Engineering Ever wondered if you could take a compiled exe file and magically transfor

2 min read 06-10-2024 43
Converting .exe to VS solution file / project
Converting .exe to VS solution file / project

Extract private key and certificate from an android application

Unlocking the Secrets Extracting Private Keys and Certificates from Android Apps The world of Android development is filled with intricate complexities and one

3 min read 06-10-2024 52
Extract private key and certificate from an android application
Extract private key and certificate from an android application

How to step into native code with disassembling in Android Studio?

Stepping into Native Code with Disassembling in Android Studio Debugging Android applications often involves understanding how Java code interacts with native l

2 min read 06-10-2024 45
How to step into native code with disassembling in Android Studio?
How to step into native code with disassembling in Android Studio?

radare2 print data of pointer to pointer

Dissecting Pointers to Pointers in Radare2 A Guide to Data Exploration The Problem You re working with a binary file and encounter a pointer to a pointer a vari

2 min read 04-10-2024 49
radare2 print data of pointer to pointer
radare2 print data of pointer to pointer

Bloom filter - Privacy & Sensitive data

Bloom Filters Balancing Efficiency and Privacy When Handling Sensitive Data Bloom filters are a powerful data structure used to efficiently check for the existe

2 min read 04-10-2024 44
Bloom filter - Privacy & Sensitive data
Bloom filter - Privacy & Sensitive data

Get timestamp from old data file

How to Get a Timestamp from an Old Data File If you ve ever found yourself sifting through an old data file and wondered about the timestamp associated with it

2 min read 30-09-2024 42
Get timestamp from old data file
Get timestamp from old data file

In Acer Laptop Just NitroSense can write into Embedded Controller Register 0x5C

Understanding Embedded Controller Registers Nitro Sense on Acer Laptops In this article we will explore the functionality of Nitro Sense on Acer laptops specifi

2 min read 29-09-2024 50
In Acer Laptop Just NitroSense can write into Embedded Controller Register 0x5C
In Acer Laptop Just NitroSense can write into Embedded Controller Register 0x5C

Is it possible to binary patch an uncritical compare instruction of /boot/vmlinuz and make it run as normal?

Binary Patching the Linux Kernel Can You Modify Compare Instructions in boot vmlinuz When it comes to working with Linux kernels you may wonder about the possib

2 min read 24-09-2024 61
Is it possible to binary patch an uncritical compare instruction of /boot/vmlinuz and make it run as normal?
Is it possible to binary patch an uncritical compare instruction of /boot/vmlinuz and make it run as normal?

What syntax do I need to make the compiler put this variable on the stack?

Understanding Variable Storage in Compilers Using the Stack When programming understanding how variables are stored in memory is crucial for efficient and effec

2 min read 23-09-2024 59
What syntax do I need to make the compiler put this variable on the stack?
What syntax do I need to make the compiler put this variable on the stack?

Is there a way to solve my problem about uncomplye6 Unknown magic number 8224?

Understanding and Resolving the Uncomplied Error Unknown Magic Number 8224 Have you ever encountered the error message Unknown magic number 8224 while working w

3 min read 19-09-2024 46
Is there a way to solve my problem about uncomplye6 Unknown magic number 8224?
Is there a way to solve my problem about uncomplye6 Unknown magic number 8224?

Android packers protection against patching

Understanding Android Packers Protection Against Patching In the realm of Android app development security is a significant concern especially when it comes to

2 min read 16-09-2024 58
Android packers protection against patching
Android packers protection against patching

Can i reverse javascript framework build bundles into human reading code?

Can I Reverse Java Script Framework Build Bundles into Human Readable Code When working with Java Script frameworks like React Angular or Vue developers often e

3 min read 16-09-2024 59
Can i reverse javascript framework build bundles into human reading code?
Can i reverse javascript framework build bundles into human reading code?

How to find the functions that communicate with a using a dissasembler

How to Find Functions That Communicate with a Program Using a Disassembler Disassembling software is a crucial skill for developers security researchers and hob

2 min read 15-09-2024 59
How to find the functions that communicate with a using a dissasembler
How to find the functions that communicate with a using a dissasembler

Flutter reverse engineering: how to change string to another shorter or longer string?

Flutter Reverse Engineering How to Change a String to Another Shorter or Longer String Flutter has become increasingly popular for mobile app development due to

2 min read 14-09-2024 53
Flutter reverse engineering: how to change string to another shorter or longer string?
Flutter reverse engineering: how to change string to another shorter or longer string?

Understanding Memory - Game Hacking

Deconstructing Memory A Beginners Guide to Game Hacking This article explores the world of game hacking focusing on understanding memory and its significance in

2 min read 05-09-2024 52
Understanding Memory - Game Hacking
Understanding Memory - Game Hacking

Modifying websocket wss send message before it is sent

Intercepting and Modifying Web Socket Messages with Puppeteer Web Sockets are a powerful communication protocol for real time applications But what if you need

2 min read 05-09-2024 53
Modifying websocket wss send message before it is sent
Modifying websocket wss send message before it is sent

How to create a Datasheet for Elden Ring Save-Files

Unlocking the Secrets of Elden Ring Save Files Creating a Datasheet For avid Elden Ring players understanding the structure of save files can unlock a world of

3 min read 04-09-2024 52
How to create a Datasheet for Elden Ring Save-Files
How to create a Datasheet for Elden Ring Save-Files

Understanding PLT, GOT and hooking them (Linux and Android)

Unraveling the Mystery of PLT GOT and Hooking A Guide for Linux and Android Developers Understanding the intricacies of the Program Link Table PLT and Global Of

3 min read 03-09-2024 56
Understanding PLT, GOT and hooking them (Linux and Android)
Understanding PLT, GOT and hooking them (Linux and Android)

Facebook messenger chat pagination with websockets

Unlocking the Secrets of Facebook Messenger Chat Pagination with Web Sockets Navigating the intricacies of Facebook Messengers chat pagination can be a challeng

3 min read 02-09-2024 55
Facebook messenger chat pagination with websockets
Facebook messenger chat pagination with websockets

Can't find the right function

Finding the Right Function A Guide to Reverse Engineering with Min Hook This article explores the common challenge of locating the correct function for hooking

3 min read 31-08-2024 43
Can't find the right function
Can't find the right function

How do I organize my binary parser's code?

Organizing Your Binary Parser Beyond If Else Statements Parsing binary files like the Mach O format can be a daunting task The sheer number of possible identifi

2 min read 30-08-2024 90
How do I organize my binary parser's code?
How do I organize my binary parser's code?

Hide some tabs in software

Hiding Tabs in Software A Guide to Modify Without Source Code Ever downloaded a software application with an overwhelming number of tabs wishing you could strea

2 min read 29-08-2024 60
Hide some tabs in software
Hide some tabs in software

Listing imported functions from a Windows PE file

Decoding the Mystery Finding Imported Functions in a PE File Extracting the list of imported functions from a Portable Executable PE file is a crucial task in r

2 min read 29-08-2024 63
Listing imported functions from a Windows PE file
Listing imported functions from a Windows PE file

How do I detect if there is a CRC in a sequence of bytes?

Unmasking the CRC Detecting and Cracking Cyclic Redundancy Checks Have you ever encountered a sequence of bytes and wondered if those enigmatic final bytes are

3 min read 29-08-2024 72
How do I detect if there is a CRC in a sequence of bytes?
How do I detect if there is a CRC in a sequence of bytes?

Which is the path of the libapp.so in flutter apps?

Unpacking the Mystery of libapp so in Flutter Apps Flutter Googles popular cross platform framework builds apps using native code for optimal performance This n

2 min read 28-08-2024 59
Which is the path of the libapp.so in flutter apps?
Which is the path of the libapp.so in flutter apps?