client icon indicating copy to clipboard operation
client copied to clipboard

Patch os.open instead of builtins.open and pathlib

Open guysmoilov opened this issue 1 year ago • 0 comments

To fully support all cases, it would make more sense to rewrite our patching logic in install_hooks to patch the more low-level os.open function, which maps directly to syscalls and is actually used by both builtins.open and pathlib.

guysmoilov avatar Nov 02 '22 13:11 guysmoilov