From 3949f166a8c48d80022641abd9ed906b2d5c2b7d Mon Sep 17 00:00:00 2001 From: Ian Cornelius Date: Tue, 2 Aug 2022 12:13:54 +0100 Subject: [PATCH] Updated the README.md instructions. --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 98ee9b8..f9424db 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,9 @@ need to know the following: - Basic Linux Command Line Input (CLI) - Data Representation -## Introduction +## Instructions -This is a simple tool that can do some useful things. Often in cyber security yoo will work with different -representations of data. For example, when creating payloads for exploits you might switch between ASCII and binary -values. In ASCII the value for a capital letter `A` is `65`, and `65` in hexadecimal is `41`. +For a detailed overview on what is expected to be undertaken for this project, please follow the instructions at the +following URL: -In order to complete this project, you will need to provide an implementation for the following functions/methods: - -- Basic Task: as_ASCII -- Intermediate Task: User Input -- Advanced Task: Wrapping \ No newline at end of file +- [Project: Transcoder](https://github.coventry.ac.uk/pages/CUEH/4061CEM/labs/projects/transcoder/) \ No newline at end of file