@@ -89,13 +89,13 @@ BinTut does not work inside virtualenv at present.
8989Tested Platforms
9090----------------
9191
92- `Arch Linux `_
93- +++++++++++++
92+ `Arch GNU/ Linux `_
93+ +++++++++++++++++
9494
9595Current version of `Arch Linux `_ ships GDB _ with Python _ 3,
9696in which I developed BinTut.
9797
98- The lastest release version should work fine.
98+ The latest release version should work fine.
9999
100100- Enable ``multilib `` in ``/etc/pacman.conf ``.
101101
@@ -123,10 +123,10 @@ The lastest release version should work fine.
123123
124124 bintut -b0.1 jmp-esp
125125
126- Fedora _
127- +++++++
126+ ` Fedora GNU/Linux `_
127+ +++++++++++++++++++
128128
129- Fedora _ 23 Workstation comes with GDB _ with Python _ 3,
129+ The latest Fedora Workstation comes with GDB _ with Python _ 3,
130130which has been tested
131131and BinTut is known to work properly
132132as in `Arch Linux `_.
@@ -149,12 +149,12 @@ as in `Arch Linux`_.
149149
150150 bintut -b0.1 frame-faking
151151
152- Debian _
153- +++++++
152+ ` Debian GNU/Linux `_
153+ +++++++++++++++++++
154154
155155GDB _ from the stable branch of Debian _ ships with Python _ 2.
156156
157- Lastest source from Git works with minor problems.
157+ Latest source from Git works with minor problems.
158158
159159- Add support to 32-bit programs if necessary.
160160
@@ -164,7 +164,7 @@ Lastest source from Git works with minor problems.
164164 sudo apt-get update
165165 sudo apt-get install libc6:i386
166166
167- - Clone the lastest source code from Git and install requirements.
167+ - Clone the latest source code from Git and install requirements.
168168
169169 ::
170170
@@ -180,10 +180,10 @@ Lastest source from Git works with minor problems.
180180 python2 ./bintut.py -b0.1 frame-faking
181181
182182
183- Kali _
184- +++++
183+ ` Kali GNU/Linux `_
184+ +++++++++++++++++
185185
186- GDB _ from the lastest rolling version of Kali _ ships with Python _ 3.
186+ GDB _ from the latest rolling version of Kali _ ships with Python _ 3.
187187
188188- Enable ``i386 `` support according to aforementioned instructions.
189189
@@ -193,7 +193,7 @@ GDB_ from the lastest rolling version of Kali_ ships with Python_ 3.
193193
194194 apt-get install python3-pip
195195
196- - Install the lastest BinTut release using ``pip3 ``
196+ - Install the latest BinTut release using ``pip3 ``
197197
198198 ::
199199
@@ -471,10 +471,10 @@ References
471471- `Advanced return-into-lib(c) exploits (PaX case study) <http://phrack.org/issues/58/4.html#article >`_
472472
473473
474- .. _Arch Linux : https://www.archlinux.org/
475- .. _Fedora : https://getfedora.org/
476- .. _Debian : https://www.debian.org/
477- .. _Kali : https://www.kali.org/
474+ .. _Arch GNU/ Linux : https://www.archlinux.org/
475+ .. _Fedora GNU/Linux : https://getfedora.org/
476+ .. _Debian GNU/Linux : https://www.debian.org/
477+ .. _Kali GNU/Linux : https://www.kali.org/
478478
479479.. _pip : https://pip.pypa.io/
480480.. _Python : https://www.python.org/
0 commit comments