jon-a-thang / CSEC476-Malware

Project for CSEC 476 Malware Reverse Engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSEC476-Malware Project

Fun with Programming & Reversing

    This malware was written in Python and was run in a windows box.

  • Task 1
    • Designing and making a program that uses a server and client to communicate information back to the server.
      • Running Processes
      • Upload/Download a file
      • IP Address of client
      • MAC Address of client
      • Username of client
      • OS that the client is running
  • Task 2
    • Reverse Engineering our malware that we designed.

The presentation in our project displays an excellent in-depth explanation of our malware program and an analysis of our malware done through IDA PRO and OLLYDBG.

About

Project for CSEC 476 Malware Reverse Engineering

License:MIT License


Languages

Language:C++ 70.0%Language:Python 30.0%