Skip to content

Commit 0b3696e

Browse files
committed
0.3.2: Uploaded to PyPI after fixing some typos and using the wording GNU/Linux.
1 parent cb908ad commit 0b3696e

File tree

3 files changed

+36
-19
lines changed

3 files changed

+36
-19
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
BinTut Change Log
2+
=================
3+
4+
5+
Version 0.3.2 - July 6, 2016
6+
----------------------------
7+
8+
What's Added
9+
++++++++++++
10+
11+
- Stack-based buffer off-by-one demonstration for Linux x86 / x64.
12+
13+
14+
What's Fixed
15+
++++++++++++
16+
17+
- ``CCFLAGS`` and ``LINKFLAGS`` of target binaries' ``SConstruct`` file.

README.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ BinTut does not work inside virtualenv at present.
8989
Tested Platforms
9090
----------------
9191

92-
`Arch Linux`_
93-
+++++++++++++
92+
`Arch GNU/Linux`_
93+
+++++++++++++++++
9494

9595
Current version of `Arch Linux`_ ships GDB_ with Python_ 3,
9696
in 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,
130130
which has been tested
131131
and BinTut is known to work properly
132132
as 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

155155
GDB_ 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/

bintut/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1-git
1+
0.3.2

0 commit comments

Comments
 (0)