diff options
author | Timber | 2024-06-02 12:06:24 +0200 |
---|---|---|
committer | Timber | 2024-06-02 12:06:24 +0200 |
commit | ef450bd09e9ada80e7905fc05f2757a7d3f7c93f (patch) | |
tree | 825399faa94787fd4b667b8a53aa6c0fbe414917 | |
parent | 8917d40ae2eb4953727d306ba3607157e22ac9d6 (diff) |
Correct sentence
-rw-r--r-- | future-of-pwning-1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/future-of-pwning-1.md b/future-of-pwning-1.md index a953080..5a69abb 100644 --- a/future-of-pwning-1.md +++ b/future-of-pwning-1.md @@ -32,8 +32,8 @@ 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: -> Experimental instruction set and computer system with variable-length vector registers +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. So it *should* be rather straight forward to use this information to simply read the flag from `/flag` and output it to `stdout`. |