Upgrade one_gadget to 1.8.0
This commit is contained in:
parent
b3a2c0642d
commit
9a8d8ace0f
3 changed files with 10 additions and 6 deletions
Binary file not shown.
BIN
one_gadget/one_gadget-1.8.0.gem
Normal file
BIN
one_gadget/one_gadget-1.8.0.gem
Normal file
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
# Generated from one_gadget-1.7.4.gem by gem2rpm -*- rpm-spec -*-
|
# Generated from one_gadget-1.8.0.gem by gem2rpm -*- rpm-spec -*-
|
||||||
%global gem_name one_gadget
|
%global gem_name one_gadget
|
||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 1.7.4
|
Version: 1.8.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: one_gadget
|
Summary: one_gadget
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/david942j/one_gadget
|
URL: https://github.com/david942j/one_gadget
|
||||||
|
@ -15,8 +15,9 @@ BuildRequires: ruby >= 2.4
|
||||||
# BuildRequires: rubygem(rspec) < 4
|
# BuildRequires: rubygem(rspec) < 4
|
||||||
# BuildRequires: rubygem(rubocop) >= 1.0
|
# BuildRequires: rubygem(rubocop) >= 1.0
|
||||||
# BuildRequires: rubygem(rubocop) < 2
|
# BuildRequires: rubygem(rubocop) < 2
|
||||||
# BuildRequires: rubygem(simplecov) >= 0.18.5
|
# BuildRequires: rubygem(simplecov) >= 0.17
|
||||||
# BuildRequires: rubygem(simplecov) < 0.19
|
# BuildRequires: rubygem(simplecov) < 1
|
||||||
|
# BuildRequires: rubygem(simplecov) < 0.18
|
||||||
# BuildRequires: rubygem(yard) >= 0.9
|
# BuildRequires: rubygem(yard) >= 0.9
|
||||||
# BuildRequires: rubygem(yard) < 1
|
# BuildRequires: rubygem(yard) < 1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
@ -27,7 +28,7 @@ When playing ctf pwn challenges we usually needs the one-gadget of
|
||||||
execve('/bin/sh', NULL, NULL).
|
execve('/bin/sh', NULL, NULL).
|
||||||
This gem provides such gadget finder, no need to use IDA-pro every time like a
|
This gem provides such gadget finder, no need to use IDA-pro every time like a
|
||||||
fool :p.
|
fool :p.
|
||||||
Type `one_gadget /path/to/libc` in terminal and having fun!
|
Typing `one_gadget /path/to/libc` in terminal and having fun!
|
||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
@ -79,6 +80,9 @@ popd
|
||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 20 2022 Carlos Mogas da Silva <r3pek@r3pek.org> - 1.8.0-1
|
||||||
|
- Version bump to 1.8.0
|
||||||
|
|
||||||
* Tue May 25 2021 Carlos Mogas da Silva <r3pek@r3pek.org> - 1.7.4-2
|
* Tue May 25 2021 Carlos Mogas da Silva <r3pek@r3pek.org> - 1.7.4-2
|
||||||
- Convert to gem2rpm
|
- Convert to gem2rpm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue