Skip to content

v1.1.1

Compare
Choose a tag to compare
@rsundahl rsundahl released this 19 Feb 23:59
· 41 commits to master since this release

Release of readhook v1.1.1. This release re-factors readhook into two parts:

  1. fullhook.so: Provides additional exploit development tools (magic string "xyzzx")
  2. basehook.so: Provides the raw overflow endpoint (magic string "xyzzy")

See:
https://github.com/polyverse/readhook/blob/master/README.md

For examples, see:
https://github.com/polyverse/node-echo-server/blob/master/README.md
https://github.com/polyverse/readhook-node-echo-server/blob/master/README.md