← All projects

GpuAbuser-Malware

by @AbdouRoumi

21

Research in progress: A malware that abuses the GPU to accelerate the decryption process.

About this project

Gpu-Abuser-Malware Overview Welcome to the Gpu-Abuser-Malware repository! This project explores how GPUs can be misused for executing potentially malicious activities such as payload decryption, leveraging the computational power of GPUs to evade traditional CPU-based detection mechanisms. The goal of this repository is to document my research and provide practical examples of GPU-based malware techniques for educational purposes. This repository will be updated as I explore and document new strategies. Table of Contents Overview Techniques Included Installation Usage Contributing Disclaimer License Techniques Included This repository currently includes the following techniques: GPU-Based Decryption: Using the GPU to perform decryption operations for potentially malicious payloads. PayloadDecryption: A sample demonstrating payload decryption using OpenCL. Anti-Detection: Techniques to bypass detection by offloading processing to the GPU. AntiDebuggingUsingGPU: Methods to hinder debugging by utilizing the GPU for processing. Installation To set up and run the examples in this repository: Clone the Repository: Install Dependencies:

From the project README on GitHub

Stars
21
Forks
1
License
MIT
Last push
26 Feb 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/gpuabuser-malware.svg)](https://www.madeinalgeria.dev/projects/gpuabuser-malware)

Related projects