Commit e3f1384 1 parent 69b5084 commit e3f1384 Copy full SHA for e3f1384
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- one_gadget (1.6.2 )
4
+ one_gadget (1.7.0 )
5
5
elftools (>= 1.0.2 , < 1.2.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ $ one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d
98
98
99
99
#### Show All Gadgets
100
100
101
- Sometimes + one_gadget+ finds too many gadgets to show them in one screen,
101
+ Sometimes ` one_gadget ` finds too many gadgets to show them in one screen,
102
102
by default gadgets would be filtered automatically * according to the difficulty of constraints* .
103
103
104
104
Use option ` --level 1 ` to show all gadgets found instead of only those with higher probabilities.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SHELL_OUTPUT_OF(one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d)
57
57
58
58
#### Show All Gadgets
59
59
60
- Sometimes + one_gadget+ finds too many gadgets to show them in one screen,
60
+ Sometimes ` one_gadget ` finds too many gadgets to show them in one screen,
61
61
by default gadgets would be filtered automatically * according to the difficulty of constraints* .
62
62
63
63
Use option ` --level 1 ` to show all gadgets found instead of only those with higher probabilities.
Original file line number Diff line number Diff line change 1
1
module OneGadget
2
2
# Current gem version.
3
- VERSION = '1.6.2 ' . freeze
3
+ VERSION = '1.7.0 ' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments