From 93c3b1377f8ea360ac94cbad711d4b99e3dc2d07 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 21 May 2021 05:34:04 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea95b87..6e0bf66 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ vmassembler is a small C++ project which uses [flex](https://en.wikipedia.org/wi ### Contents +The repo contains the following notable folders and files: + * `dependencies/` - vmprofiler is the only dependency for this project... * `src/` - source code for the vmassembler... * `compiler.cpp` - responsible for encoding and encrypting virtual instructions...