aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--future-of-pwning-1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/future-of-pwning-1.md b/future-of-pwning-1.md
index 5a69abb..31cc614 100644
--- a/future-of-pwning-1.md
+++ b/future-of-pwning-1.md
@@ -32,7 +32,7 @@ The file is then emulated with `/app/forw -emu /tmp/binary.ex` and the last 500
### The idea
So apparently we can emulate *any* file in the *ForwardCom* file format `.ex`.
-Looking at the [Github page](https://github.com/ForwardCom) we learn that ForawrdCom is an:
+Looking at the [Github page](https://github.com/ForwardCom) we learn that ForawrdCom is an
> [e]xperimental instruction set and computer system with variable-length vector registers.
There we also find a [manual](https://github.com/ForwardCom/manual), [code examples](https://github.com/ForwardCom/code-examples) and the [bintools](https://github.com/ForwardCom/bintools) which *should* compile to the executable `forw` we already have.