Skip to content

v1.1.0

Compare
Choose a tag to compare
@rsundahl rsundahl released this 02 Feb 17:55
· 47 commits to master since this release

Release of readhook v1.1.0. 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