Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 626 Bytes

asbestos

asbestos is a tool for interepting I/O from games. asbestos currently only works on Windows.

How?

asbestos tries to accomplish its task by injecting a .dll file into the target process and hoooking calls to the Windows API.

Current state?

Currently, asbestos is able to inject its payload into a target process and log what files are being accessed through a named socket.

Linux? Mac?

I will implement support for platforms which I use regularly.

Why nightly?

detour depends on some nightly features (const_fn, unboxed_closures, abi_thiscall) which makes its interface a lot nicer to use.