117 Commits

Author SHA1 Message Date
Victor 6b39d40843 Merge pull request #7 from memN0ps/main
Fix Config struct ABI mismatch with ASM STRUC
2026-01-27 22:08:58 -03:00
memN0ps 1b9ea8de8d Fix Config struct layout mismatch with ASM STRUC
ssn was u16 but ASM defines it as RESD (4 bytes), and number_args was u32 but ASM defines it as RESQ (8 bytes). Under repr(C) this causes a 4-byte misalignment of all arg01-arg11 fields, breaking the ABI with SpoofSynthetic.
2026-01-28 14:00:27 +13:00
joaoviictorti 7450ebc2ab fix: apply clippy fixes 2025-11-30 22:43:08 -03:00
joaoviictorti 346322d8a2 ci: remove examples job from CI 2025-11-30 22:41:21 -03:00
joaoviictorti f130ee416a chore: release v0.3.5 2025-11-30 22:39:43 -03:00
joaoviictorti 4b4212a003 Add license 2025-11-04 23:25:28 -03:00
joaoviictorti a6b4b2d240 Add license 2025-11-04 23:24:55 -03:00
joaoviictorti cb5589a338 Small fix 2025-10-27 22:21:58 -03:00
joaoviictorti b930c8e6ed Small fix 2025-10-27 22:20:00 -03:00
joaoviictorti 394f4887db Update examples 2025-10-27 20:58:06 -03:00
joaoviictorti 6550c43661 Update tests 2025-10-27 20:58:01 -03:00
joaoviictorti f03cfe0ae7 chore: update version 0.3.4 2025-10-27 20:29:12 -03:00
joaoviictorti 354fc14dc2 Small fix 2025-10-27 20:25:53 -03:00
joaoviictorti f0311472ec Add clippy.toml 2025-10-27 20:25:47 -03:00
joaoviictorti 77a27d7cf8 chore: update version 0.3.3 2025-10-27 20:22:19 -03:00
joaoviictorti a5db0aa532 chore: update version 0.3.2 2025-10-27 20:05:48 -03:00
joaoviictorti a5d8324f09 fix: fixing symbol not found issue 2025-10-17 17:44:01 -03:00
joaoviictorti 9abb54bc1c chore: update version 0.3.0 2025-10-15 10:49:29 -03:00
joaoviictorti 972d68ed30 Update README.md 2025-10-06 19:30:01 -03:00
joaoviictorti ddbb3fafce Update README.md 2025-10-06 19:29:20 -03:00
joaoviictorti 9dc64c64e5 Update README.md 2025-10-04 13:40:19 -03:00
joaoviictorti d2e6002514 Update README.md 2025-10-04 13:01:47 -03:00
joaoviictorti b76d7ddc84 refactor: reorganized and cleaned up spoofing code 2025-10-04 12:59:50 -03:00
joaoviictorti 467cee4ee2 Update examples 2025-10-04 12:59:04 -03:00
joaoviictorti 5e155a39ae refactor: move methods out of the main struct into their proper structs 2025-10-03 19:22:19 -03:00
joaoviictorti be79438bfa refactor(macros): remove duplicated spoof and syscall macro definitions 2025-10-03 12:20:58 -03:00
joaoviictorti 3f60c7c295 Small fix 2025-10-03 12:14:07 -03:00
joaoviictorti 1e899bdff4 feat: add desync feature 2025-09-25 23:27:54 -03:00
joaoviictorti 631165b0fd Update examples 2025-09-12 00:05:56 -03:00
joaoviictorti 109b0f441d docs: updating lib documentation 2025-09-12 00:05:47 -03:00
joaoviictorti 0c630a50df Update README.md 2025-09-12 00:05:10 -03:00
joaoviictorti ad44908f3b Small fix 2025-08-23 14:06:22 -03:00
joaoviictorti e4bb34c341 docs: updating lib documentation 2025-08-23 13:44:31 -03:00
joaoviictorti c25a7f1994 docs: updating lib documentation 2025-08-23 13:30:29 -03:00
joaoviictorti e75beaf016 style: collapse nested ifs flagged by clippy 2025-08-23 12:32:09 -03:00
joaoviictorti 85ea7eb7c8 Small fix 2025-08-23 12:18:03 -03:00
joaoviictorti 97085c6548 style: minor code style improvements 2025-07-06 22:04:42 -03:00
Victor b58e54d919 Update README.md 2025-07-06 19:14:45 -03:00
joaoviictorti 4ee2777c0d ci: add -D warnings to Clippy step 2025-06-25 21:52:43 -03:00
joaoviictorti ff3e1fd772 fix: apply Clippy fixes 2025-06-25 21:51:57 -03:00
joaoviictorti 38955e8dc7 chore: apply code formatting with rustfmt 2025-06-25 20:00:16 -03:00
joaoviictorti 60141fbc51 ci: remove taplo formatting check from CI workflow 2025-06-25 19:59:44 -03:00
joaoviictorti 8c24e0a11e ci: adjust formatting target for windows compatibility 2025-06-25 19:52:41 -03:00
joaoviictorti b56fb29598 ci: setting up the taplo installation 2025-06-25 19:48:11 -03:00
joaoviictorti 449624a245 chore: applying formatting to toml files following taplo rules 2025-06-25 19:46:23 -03:00
joaoviictorti b97a71cc27 ci: add Taplo formatting check to CI 2025-06-25 19:45:53 -03:00
joaoviictorti 0561ec866b chore: update code formatting and Justfile 2025-06-25 15:42:27 -03:00
joaoviictorti 66476a68fc ci: remove fmt job do GitHub Actions 2025-06-25 15:42:08 -03:00
joaoviictorti be21ddf92f ci: Removing jobs from cli 2025-06-25 13:25:28 -03:00
joaoviictorti 3728912b79 ci: add job to build CLI tool in release mode and docs 2025-06-25 13:24:38 -03:00