Commit Graph
22 Commits
Author SHA1 Message Date
futile fb910d7237 nicer import 2025-12-07 11:33:02 +00:00
futile d951a1ebed use derive_more for From implementations on Identifier 2025-12-07 11:30:48 +00:00
futile cbdcb32fc3 use correct paths for internal Error 2025-12-07 11:05:53 +00:00
futile c18c427af5 process: move Identifier code to the bottom 2025-12-04 08:06:30 +00:00
futile 06123b5b7b process: improve type ergonomics 2025-12-04 08:05:37 +00:00
futile f30a4690df process: better doc on Process::find 2025-12-04 08:05:03 +00:00
futile 3c26590c7c process: fix panic on single item chains 2025-12-04 05:59:35 +00:00
futile afc6724be1 improve resolve_pointer_chain implementation 2025-12-04 05:22:42 +00:00
futile a92b59c808 process: rename from to find 2025-12-04 04:16:03 +00:00
futile 52b81d900c process: update Process base_address doc a little 2025-12-04 04:15:51 +00:00
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 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 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 a9a1c4870c improve project structure (i think) 2025-12-03 12:36:45 +00:00
futile 1d070263be reorganize process related sources into a process/ directory 2024-12-30 16:11:27 +00:00
futile a6a883c26e mostly implement getting a running process 2024-12-30 15:45:15 +00:00