Commit Graph

159 Commits

Author SHA1 Message Date
joaoviictorti
4086e87ce4 Update README.md 2024-11-01 13:34:15 -03:00
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
ead1323eb6 docs(driver): Renaming to 'Returns' 2024-10-04 11:15:55 -03:00
joaoviictorti
95ed48517b docs(client): Adjusts documentation to use 'Arguments' instead of 'Parameters 2024-10-04 11:14:59 -03:00
joaoviictorti
9387771c81 docs(driver): Adjusts documentation to use 'Arguments' instead of 'Parameters' 2024-10-04 11:12:11 -03:00
joaoviictorti
27e8a2a1a4 docs(driver): Updating documentation for the get_gafasynckeystate_address function 2024-09-28 11:29:37 -03:00
joaoviictorti
a20c3024a2 Small fix 2024-09-28 11:19:55 -03:00
joaoviictorti
1ce372ccef refactor(driver): Removing unused variables 2024-09-28 11:19:33 -03:00
joaoviictorti
d54650d0c9 docs: update README.md 2024-09-27 21:58:25 -03:00
joaoviictorti
86ee7b8d0f docs(readme): update README.md 2024-09-27 21:49:02 -03:00
joaoviictorti
dba99af52b fix(driver): resolving a comparison error between process modules 2024-09-27 21:22:55 -03:00
joaoviictorti
0733f7b6cd refactor(driver): replace get_gafasynckeystate_address with get_function_address
- Removed the `get_gafasynckeystate_address` function and replaced its usage with `get_function_address`.
- Simplified the key state address retrieval process, improving code maintainability and reducing redundancy.
2024-09-27 21:17:27 -03:00
joaoviictorti
52d8e2bb86 refactor(driver): remove unnecessary arguments and simplify key state address retrieval
- Removed PEPROCESS from `get_gafasynckeystate_address` as it's no longer needed.
- Simplified the flow in `get_user_address_keylogger` by attaching to the process before retrieving the key state address.
- General code cleanup and refactoring to improve readability and maintainability.
2024-09-27 21:13:22 -03:00
joaoviictorti
990af53343 docs: add documentation for get_windows_build_number function
- Added concise documentation for the `get_windows_build_number` function, explaining its purpose, return value, and safety considerations.
2024-09-27 21:08:42 -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
4e8e38d95c docs: update README.md 2024-09-26 22:16:43 -03:00
joaoviictorti
9e0228f7d9 docs: update README.md 2024-09-26 22:15:27 -03:00
joaoviictorti
8813d935b8 Adding a banner 2024-09-26 22:06:19 -03:00
joaoviictorti
2257cd82f6 fix: add missing thread termination protection when mapper feature is disabled 2024-09-26 21:39:14 -03:00
joaoviictorti
e518a17482 refactor(driver): removing log messages 2024-09-26 21:32:45 -03:00
joaoviictorti
acec7aeed2 feat(driver): adding new port module 2024-09-26 21:27:26 -03:00
joaoviictorti
32f8d73a6d docs: update README.md 2024-09-26 21:22:14 -03:00
joaoviictorti
6b9bad1a78 docs: update README.md 2024-09-26 21:21:36 -03:00
joaoviictorti
5911c9993b refactor(client): changing variable names for clarity 2024-09-26 21:17:33 -03:00
joaoviictorti
05bff9341c feat: add new configuration file for formatting .toml files 2024-09-26 21:14:42 -03:00
joaoviictorti
9b17a6b2d6 docs(shared): adding documentation to enums 2024-09-26 21:12:36 -03:00
joaoviictorti
ad49bfe643 refactor(shared): Refactoring and adding documentation for clarity 2024-09-26 21:10:24 -03:00
joaoviictorti
89bb5fc9c5 refactor(cliente): rename variables for better readability 2024-09-26 21:08:25 -03:00
joaoviictorti
cfc2afbf6b refactor(client): Refactoring the CLI and restructuring modules to improve readability and code organization
- Reorganization of the CLI logic to separate responsibilities and simplify the structure.
- Modularization of functionalities in dedicated structs, promoting encapsulation and reuse.
- Implementation of lazy initialization to avoid unnecessary instance creation.
- Reduced code duplication with the use of auxiliary functions.
- Improved overall readability of the code, making it easier to maintain and scalable.
2024-09-26 20:35:34 -03:00
joaoviictorti
2952ae28a6 docs(readme): update README.md 2024-09-25 20:18:58 -03:00
joaoviictorti
8084118ae7 fix(driver): Remove KeUnstackDetachProcess 2024-09-25 20:17:26 -03:00
joaoviictorti
9827365eba docs(driver): Minor correction to function documentation 2024-09-25 18:34:07 -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
8908e24ac8 Adding new files 2024-09-25 00:30:12 -03:00
joaoviictorti
e6fa7339ed docss: update README.md 2024-09-23 20:17:45 -03:00
joaoviictorti
74f1a3559e Add .cargo folder 2024-09-23 14:13:12 -03:00
joaoviictorti
f13c190c5f docs: Updating utils module documentation 2024-09-23 13:45:00 -03:00
joaoviictorti
7ccedd21d5 docs: update README.md 2024-09-23 13:39:21 -03:00
joaoviictorti
2d0c7ecbbf docs: update README.md 2024-09-23 13:38:18 -03:00
joaoviictorti
3bfec0ec0f docs: Adding thread module documentation 2024-09-23 10:32:08 -03:00
joaoviictorti
d21d5a0f1c docs: update README.md 2024-09-23 00:54:14 -03:00
joaoviictorti
c1c788f87f Small fix 2024-09-22 23:54:33 -03:00
joaoviictorti
c609a52b57 docs: update README.md 2024-09-22 23:25:31 -03:00
joaoviictorti
222dfee978 docs: update README.md 2024-09-22 23:24:15 -03:00
joaoviictorti
5dd813c552 Adding new files to the project 2024-09-22 23:16:06 -03:00
joaoviictorti
16a9e0a6d0 docs: update thread.md documentation 2024-09-22 23:04:37 -03:00
joaoviictorti
fa01827036 Small fix 2024-09-22 22:47:16 -03:00
joaoviictorti
ca6eca5a1e Small fix 2024-09-22 22:46:48 -03:00
joaoviictorti
3df708b629 docs: Updating process.md documentation 2024-09-22 22:44:39 -03:00
joaoviictorti
65003dccb7 docs: update README.md 2024-09-22 22:32:58 -03:00