Skip to content

An experiment of mapping CreateFile objects into memory, which (hopefully) will be useful for TASing

License

Notifications You must be signed in to change notification settings

Pixelsuft/tas-rw-hook

Repository files navigation

tas-rw-hook

An experiment of mapping CreateFile objects into memory, which (hopefully) will be useful for TASing

Hooking

  • CreateFileA/CreateFileW
  • CloseHandle
  • ReadFile
  • WriteFile
  • SetFilePointer
  • MessageBoxA automaticly returns IDYES

Problems

  • 32-bit only
  • Not all of the functions
  • Supports only one of ANSI and UNICODE
  • Doesn't check path conversion except case-sensitivity

Apps Tested

  • I wanna be the boshy works

About

An experiment of mapping CreateFile objects into memory, which (hopefully) will be useful for TASing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages