Releases: david942j/one_gadget
Releases · david942j/one_gadget
v1.6.1
- Show descriptive error message when encounter unintended usage (#38, #40)
- Improved update checking (#42, #43)
v1.6.0
- Upgrade lots of things
- Add
--info BuildID
option
- Add builds of 32/64 libc(s) on Ubuntu 17.10 and 18.04
- Add XMM instructions:
movq/movaps/movhps
v1.5.0
- Find gadgets with less constraints!
v1.4.1
- fix relaxations call and jmp (#12, #14)
- add updater (#13)
v1.4.0
- The relative offset in 32bits libc should be GOT instead of rw-p segment
- Add new libc(s) of ubuntu 16.04/17.04 to builds
- When build id is not found in database show warning message instead of nothing
v1.3.8
- Upgrade dependencies
- Make method
one_gadget
's arguments more magic
- Add Appveyor CI
- Refine method for fetching remote build ids
v1.3.7
- use 256 bit color
- add
--version
option
v1.3.6
- don't fetch remote build id when libc is given
- add builds with glibc version >= 2.19, thanks @zachriggle ! (#5)
v1.3.5
- Handle error when target has invalid build id.
- Raise proper message when facing unsupported architecture.
- Fix bug when file path contains special characters.
- Refine docs.