Skip to content

Version 1.0.1

Latest
Compare
Choose a tag to compare
@nedwill nedwill released this 10 Jan 05:42
· 3 commits to master since this release

This is the first official release of fasthax.

Here are the changes we made since RC1:

@nedwill:

  1. Search full BACKDOOR_SIZE length of 0xFF bytes in exception page instead of just 8.
  2. Check for failure when searching exception page.
  3. Change style of code adapted from other projects to match this one.
  4. Cleaned up the find_orphan function.
  5. Made printing and comments more informative/consistent.

@d3m3vilurr:

  1. Cleaned up the find_addr script.
  2. Recovered KTimer macros.
  3. Added helper macros to convert VA to PA.
  4. Made version_table structure globally visible.