This repository contains sample programs that mimick behavior found in real-world malware. The goal is to provide source code that can be compiled and used for learning purposes, without having to worry about handling live malware.
Stars
689
Forks
84
Watchers
689
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge branch 'master' of github.com:jstrosch/learning-malware-analysis
a60bd67View on GitHubadds code for malware monday ep 04 to discuss basci string analysis
c4861eeView on GitHubadds program to make basic http request and read the response. This will also be used for the upcoming Malware Mondays
1e28f33View on GitHubAdded new code snippet under Persistence for AppInit DLL Injection
0c278ecView on GitHubAdded Classic Process Injection example in Dynamic Analysis folder
37687caView on GitHubMerge branch 'master' of github.com:jstrosch/learning-malware-analysis
79d6bedView on GitHubadds program to help explore proces explorer and system informer for malware monday ep 02
cfe1ddcView on GitHubAdded Persistence/RegistryBrowserStartPage.c which changes IE's start page to link to another webpage to demonstrate browser hijacking technique
a2deff8View on GitHub