Commit Graph

14 Commits

Author SHA1 Message Date
joaoviictorti
3e51fe4c11 refactor: Refactoring all code to improve documentation and operation of the kernel driver
- Updating module documentation
- Adding new features
- Refactoring all code to improve readability
2024-11-01 13:26:50 -03:00
joaoviictorti
9387771c81 docs(driver): Adjusts documentation to use 'Arguments' instead of 'Parameters' 2024-10-04 11:12:11 -03:00
joaoviictorti
f71555748c feature(driver): remove loop/thread for key state reading, added VAD root offset retrieval
- Removed the loop and thread for reading key states; now the client handles this, as the driver maps the address to user mode.
- Added a function to retrieve the VAD root offset.
- Refactored various parts of the code for clarity and performance.
2024-09-27 21:02:48 -03:00
joaoviictorti
8f96d4ec09 feature(driver): refactor internals and improve callback management
- Moved and refactored several internal modules to `driver/src/internals/`:
  - Added new files: `enums.rs`, `externs.rs`, `structs.rs`, `types.rs`, and `mod.rs`.
  - Renamed `includes/vad.rs` to `internals/vad.rs` for better organization.
- Updated `callback` module:
  - Refactored `notify_routine.rs`, `object.rs`, `registry.rs`, and supporting files for better callback handling.
  - Improved callback finding mechanism in `find_callback.rs` and `ioctls.rs`.
- Adjusted `injection` module:
  - Refactored callback and I/O control handling in `callbacks.rs` and `ioctls.rs`.
- Miscellaneous improvements:
  - Updated `misc/dse.rs`, `misc/etwti.rs`, and `keylogger/mod.rs`.
  - Refactored `process`, `registry`, and `thread` modules for better maintainability.
  - Simplified utility functions in `utils/`, including `address.rs`, `handles.rs`, `patterns.rs`, and more.
  - Cleaned up and removed unused files like `.gitignore` in multiple directories.
- Updated `Cargo.toml` and `Cargo.lock` to reflect dependency changes.
2024-09-25 18:28:10 -03:00
joaoviictorti
03db0a8f82 Moving DSE functionality to the misc module 2024-09-17 10:59:15 -03:00
joaoviictorti
890f288af4 feat: Refactor code to add ETWTI functionality and remove duplication, integrating scan_for_pattern for optimization 2024-09-16 23:46:56 -03:00
João Victor
08d3bbf4e1 Splitting callbacks into files 2024-09-08 01:14:54 -03:00
João Victor
7330488d31 Adding new features to the 'Module' and refactoring the code 2024-09-07 23:33:18 -03:00
João Victor
351a7d5fea Complete refactoring of driver and client code to improve readability 2024-08-31 00:35:00 -03:00
João Victor
3863b172d9 Small fix 2024-08-05 21:47:32 -03:00
João
331887c01a Updating documentation 2024-07-30 22:10:37 -03:00
João
a8a9af8006 Update code lib 2024-07-30 22:08:32 -03:00
João
c09fc9b36b Updating the driver entry point name 2024-07-26 18:44:25 -03:00
João
e8d3a20f51 shadow-rs 2024-07-26 12:28:36 -03:00