From 2327b63b19ac2dc3f118427495a90af087a286f9 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 9 Nov 2020 14:39:00 +0100 Subject: fixed typ0s Signed-off-by: Toni Uhlig --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f41e12..984e3d3 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ abstract ======== The project emerged during my studies.
It is a showcase demonstration which covers DLL injection and a (very basic) command&control infrastructure.
-However, as I never had the time to finished it (and presumably lost focus), it is still premature. So please see this project as a not-ready-to-use-unstable-as-fuck-example and not as a finished copy-pasta-ready development framework.
+However, as I never had the time to finished it (and presumably lost focus), it is still premature. So please see this project as a unstable-as-fuck-example and not as a copy-pasta-ready development framework.
As this project was written by an unexperienced and fault-tolerant student, the code looks ugly w/ limited readability, missing documentation and may crash at any time.

w32miller ======== An educational malware development kit or my preferable abbreviation: **mdk**.
-Only x86 architectures are supported at the moment. Most of the code is written in C, porting it to other architecture isn't wizardry.
+Only x86 architectures are supported at the moment. Most of the code is written in C, porting it to other architectures isn't wizardry.
The more complex parts are the assembler sources, which are tied to x86. Porting the loader to x64 may cause some headaches.
It's name was derived from [Chaim Miller](https://www.imdb.com/title/tt4591236/), the real Inglourious Basterd.
Why did I choose that name you may ask. Long story - to make it short: I love his attitude!
-- cgit v1.2.3