Commit Graph

42 Commits

Author SHA1 Message Date
98b17701e7 Update Rust crate windows-sys to 0.52.0 2023-11-20 00:52:20 +00:00
3ff3762c87 Merge pull request #11 from dzervas/dependabot/cargo/rustix-0.37.25
Bump rustix from 0.37.19 to 0.37.25
2023-10-19 13:49:01 +03:00
dca742faab Bump rustix from 0.37.19 to 0.37.25
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 0.37.25.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.19...v0.37.25)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 18:45:46 +00:00
b8b0229c32 Merge pull request #10 from dzervas/renovate/ctor-0.x
Update Rust crate ctor to 0.2.5
2023-10-02 12:36:50 +03:00
fb8409dff1 Update Rust crate ctor to 0.2.5 2023-10-02 00:19:52 +00:00
8b27566912 Merge pull request #9 from dzervas/dependabot/cargo/openssl-0.10.57
Bump openssl from 0.10.54 to 0.10.57
2023-09-05 12:37:01 +03:00
91ee0b3a4b Bump openssl from 0.10.54 to 0.10.57
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.54 to 0.10.57.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.57)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 09:21:32 +00:00
378ba8b85a Merge pull request #8 from dzervas/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2023-09-05 12:21:08 +03:00
19c0db09f2 Update actions/checkout action to v4 2023-09-04 15:12:43 +00:00
d684d95193 Merge pull request #7 from dzervas/renovate/ctor-0.x
Update Rust crate ctor to 0.2.4
2023-07-17 15:49:06 +03:00
a8e38b12c1 Update Rust crate ctor to 0.2.4 2023-07-17 01:20:57 +00:00
a85f61feff Merge pull request #6 from dzervas/renovate/pretty_assertions-1.x
Update Rust crate pretty_assertions to 1.4.0
2023-07-10 12:13:59 +03:00
4bf6af911e Update Rust crate pretty_assertions to 1.4.0 2023-07-10 00:13:17 +00:00
e61b9d954a Merge pull request #5 from dzervas/renovate/ctor-0.x
Update Rust crate ctor to 0.2.3
2023-07-04 11:56:47 +03:00
44ce1eeae8 Update Rust crate ctor to 0.2.3 2023-07-03 02:20:47 +00:00
435a5cb495 Merge pull request #4 from dzervas/renovate/goblin-0.x
Update Rust crate goblin to 0.7.1
2023-06-12 22:19:36 +03:00
671836ce9e Update Rust crate goblin to 0.7.1 2023-06-12 04:39:53 +00:00
0847f12398 Add logo 2023-06-07 16:10:38 +03:00
89d4750c50 Merge pull request #2 from dzervas/renovate/pretty_assertions-1.x
Update Rust crate pretty_assertions to 1.3.0
2023-06-05 15:42:18 +03:00
f3b310ff2b Merge pull request #1 from dzervas/renovate/ctor-0.x
Update Rust crate ctor to 0.2.2
2023-06-05 15:42:11 +03:00
386216d43e Update Rust crate pretty_assertions to 1.3.0 2023-06-05 12:27:43 +00:00
c5a1d1fc8b Update Rust crate ctor to 0.2.2 2023-06-05 12:27:19 +00:00
797876d33d Add renovate and gh actions caching 2023-06-05 15:24:41 +03:00
7b792dc749 Do per-feature testing 2023-06-05 15:17:52 +03:00
6d0990e218 Add a basic default FRIDA_CODE 2023-06-03 18:19:35 +03:00
0aced50d66 Activate all features on test 2023-06-03 18:18:40 +03:00
33b73b0ba0 Create test.yml 2023-06-03 18:15:57 +03:00
1f6e15e288 Add dll proxying test 2023-06-03 18:13:37 +03:00
141bf26048 Add integration test for lib injection 2023-06-03 18:03:28 +03:00
9180d62d67 Split the frida handler to a separte handler and add a test 2023-06-03 01:55:24 +03:00
85c4aef520 Use upstream frida/frida-rust repo 2023-05-30 17:02:17 +03:00
a21fca1ea1 Add frida log handling 2023-05-28 02:07:20 +03:00
c10945f2e0 Add DLL proxying to readme 2023-05-27 22:12:51 +03:00
14e6572521 Call LoadLibraryA on DllMain to fix crash 2023-05-27 21:45:02 +03:00
d65438091f Make the injector work on windows - dll proxying still behaving weird 2023-05-27 16:38:27 +03:00
5902d9bf40 Support only for windows DLLs for DLL proxying - unix does not seem to support such functionality 2023-05-26 19:23:37 +03:00
5894967a27 Touch up the build.rs 2023-05-26 17:26:11 +03:00
199674526f Rebuild on env change 2023-05-26 15:40:45 +03:00
41165c5dbb Fix xwin build 2023-05-26 15:36:34 +03:00
4928bd9684 Start working on dll proxying 2023-05-25 17:48:18 +03:00
a5880b5bed Simplify the code (use ctor for all targets) and add a readme 2023-05-23 19:45:11 +03:00
11ec2f401b Initial commit - able to produce a working Linux POC 2023-05-23 17:21:14 +03:00