Personal Website

Created by me.

CTF Writeups

Personal Project

1. Apollo

2. Nexus

3. Hubble



Vulnhub

1. Boot2Root

2. Earth

3. Mars

4. Blues

5. Rooted

6. TomCat

7. Pasta



Links

C# Simple Media Player

Password Generator Image

Description:

C# program that can player MP3 and MP4 media files. Made inside the Visual Studio Community using the .NET framework (type 6) for long term support.

Key Features:

  • Allows the selection of multiple media types.
  • Direct YouTube searching from application.
  • Displays video on screen with live media controls.
  • Visual view files via the left-hand side list.
  • Simple GUI for user interaction.
  • Purpose:

    An exercise to better understand the C# programming language, utilising Windows Media Player SDK, string manipulation and data-structures.