Commit Graph
35 Commits
Author SHA1 Message Date
futile 868ad9c191 rename CreateProcessError to ProcessError 2025-12-04 04:15:16 +00:00
futile a62b11df3f process: make searching for a module case-insensitive 2025-12-04 04:13:08 +00:00
futile b09fdc5fbf process: remove Default constraint on write_mem 2025-12-04 04:11:35 +00:00
futile 98689b682a remove redundant Send + Sync impls on Process 2025-12-03 16:06:15 +00:00
futile 8d4c796cce update readme 2025-12-03 14:03:40 +00:00
futile 637160d3ea format addresses and sizes as hex 2025-12-03 13:47:06 +00:00
futile 30b22107a1 add a modules function to Process 2025-12-03 13:37:57 +00:00
futile 334c4761a2 process: clarify that module is case-sensitive 2025-12-03 13:25:18 +00:00
futile 5d795ec982 0.2.0 2025-12-03 12:57:00 +00:00
futile bd90e08a87 update dependencies 2025-12-03 12:55:29 +00:00
futile 9eb953f84c process: doc improvements 2025-12-03 12:52:44 +00:00
futile 93bb675333 process: improve get_processes call 2025-12-03 12:52:02 +00:00
futile 99db8bcd72 apply (some) clippy suggestions 2025-12-03 12:42:56 +00:00
futile 4477c81b81 update Cargo.toml 2025-12-03 12:39:23 +00:00
futile a9a1c4870c improve project structure (i think) 2025-12-03 12:36:45 +00:00
futile 432ec8adea neaten up imports 2025-12-03 12:25:09 +00:00
futile f2da8b5328 improve error handling syntax 2025-12-03 11:50:30 +00:00
futile bd51e3e2e2 improve scoping of unsafe blocks 2025-12-03 11:50:15 +00:00
futile 2138464fec bare minimum documentation 2024-12-31 09:21:58 +00:00
futile 84ada5576f make Error enum variants clearer 2024-12-31 08:42:28 +00:00
futile e3f6613c6d no idea why i was doing all that 2024-12-31 08:35:33 +00:00
futile ffd8da0343 add log and use error! in Drop of Handle to let users choose if they want to care about failed CloseHandle 2024-12-31 08:33:11 +00:00
futile 4b56a9ddfc change user-facing api to be simpler and more ergonomic 2024-12-31 08:24:17 +00:00
futile 61e1671214 add readme in Cargo.toml 2024-12-30 20:29:40 +00:00
futile 1dbd53a347 some changes 2024-12-30 19:38:37 +00:00
futile 7095a197c6 separate Module from snapshot module 2024-12-30 19:27:03 +00:00
futile 4c9273daed some other cleanup 2024-12-30 18:58:24 +00:00
futile 18df986c67 fix a multitude of clippy warns 2024-12-30 18:26:41 +00:00
futile d6fb43adc1 implement r/w of process memory 2024-12-30 18:06:33 +00:00
futile ff7674615d implement process modules 2024-12-30 16:52:02 +00:00
futile 45ecf9bed6 we don't need main.rs tracked 2024-12-30 16:13:06 +00:00
futile 1d070263be reorganize process related sources into a process/ directory 2024-12-30 16:11:27 +00:00
futile bdb89af874 add LICENSE 2024-12-30 15:51:07 +00:00
futile a6a883c26e mostly implement getting a running process 2024-12-30 15:45:15 +00:00
futile 42d7b7d55e initial commit 2024-12-30 10:49:43 +00:00