Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xiaozhuai/odourless
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai committed Aug 5, 2021
2 parents 5d7b1ac + c070ac1 commit 485504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It use `frida-core` to inject `Finder.app` and `frida-gum` to replace some sysca

Whenever `Finder` try call these function with `.DS_Store` file, it will replace the path to a fake one under the odourless cage directory `/usr/local/var/.odourless_cage`.

As you see, it do not delete `.DS_Store`, but place all `.DS_Store` into one directory that you donot care about.
It doesn't delete `.DS_Store`, but it places all `.DS_Store` into one directory that you don't care about.

Many thanks to [@darwin](https://github.com/darwin) and [@JK3Y](https://github.com/JK3Y) !

Expand Down

0 comments on commit 485504a

Please sign in to comment.