Skip to content

Commit

Permalink
memory: manually read and try to hide from windows
Browse files Browse the repository at this point in the history
changed:
  - More sneakily attach to the process to read memory so that
    hopefully Windows Defender stops being annoying
  • Loading branch information
necauqua committed Oct 16, 2024
1 parent e41ef8f commit 3973aea
Show file tree
Hide file tree
Showing 10 changed files with 346 additions and 95 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/.direnv
/result
/result-[1-3]

/.vscode
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rust-analyzer.cargo.target": "x86_64-pc-windows-gnu"
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Dates in this file are in [Holocene Calendar] because it is amazing, logical, an
### Fixed
- Fixed the version link (it had an extra v in the tag name) in the settings panel

### Changed
- More sneakily attach to the process to read memory so that hopefully Windows Defender stops being annoying

## [v0.2.0] 12024-10-14

### Added
Expand Down
147 changes: 94 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3973aea

Please sign in to comment.