45 Commits

Author SHA1 Message Date
Dimitris Zervas
ddccde9a08
Merge pull request #30 from dzervas/renovate/goblin-0.x-lockfile
Update Rust crate goblin to v0.8.2
2024-05-07 02:06:05 +03:00
Dimitris Zervas
d27c76bab8
Merge pull request #31 from dzervas/renovate/serde-monorepo
Update Rust crate serde to v1.0.200
2024-05-07 02:05:56 +03:00
renovate[bot]
6e59011638
Update Rust crate serde_json to v1.0.116 2024-05-06 03:47:57 +00:00
renovate[bot]
b6fe7bc317
Update Rust crate serde to v1.0.200 2024-05-06 01:15:42 +00:00
renovate[bot]
3e5a680e09
Update Rust crate goblin to v0.8.2 2024-05-06 01:15:36 +00:00
renovate[bot]
9c65fb6e98
Update Rust crate goblin to 0.8.1 2024-04-29 00:26:27 +00:00
Dimitris Zervas
8d8380b498
Merge pull request #28 from dzervas/renovate/ctor-0.x
Update Rust crate ctor to 0.2.8
2024-04-22 14:04:15 +03:00
renovate[bot]
f7aef33445
Update Rust crate ctor to 0.2.8 2024-04-22 00:51:15 +00:00
dependabot[bot]
6f42ccbbcb
Bump rustls from 0.22.3 to 0.22.4
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.22.4.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.22.3...v/0.22.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 19:49:46 +00:00
Dimitris Zervas
936080b4e8
Rename leftovers to the new name InjectionForge
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-15 21:54:05 +03:00
Dimitris Zervas
b6a48d5155
Fix frida_code_file, initial config support
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 15:16:40 +03:00
Dimitris Zervas
20cb136c57
re-enable frida_handler test
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 01:12:48 +03:00
Dimitris Zervas
a5a0153d31
ditch non-windows dll proxying and split the code
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 00:57:58 +03:00
Dimitris Zervas
21f7f06f13
Test injectable DLL for windows
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-13 04:43:26 +03:00
renovate[bot]
6ccf01989a
Update Rust crate frida to 0.13.6 2024-04-01 09:56:28 +00:00
renovate[bot]
06fad68a22
Update Rust crate frida to 0.4.5 2024-04-01 06:57:44 +00:00
renovate[bot]
21cb6abae3
Update Rust crate csbindgen to 1.9.1 2024-03-11 02:28:06 +00:00
dependabot[bot]
aeea1ae9ae
Bump mio from 0.8.10 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 21:35:53 +00:00
Dimitris Zervas
a89850d410
Fix some small issues and experiment with C# 2024-02-27 03:01:29 +02:00
Dimitris Zervas
62e98de539
Update deps 2024-02-26 18:54:54 +02:00
dependabot[bot]
b2e0723c67
Bump shlex from 1.1.0 to 1.3.0
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 21:45:31 +00:00
dependabot[bot]
8f8c1f739b
Bump h2 from 0.3.19 to 0.3.24
Bumps [h2](https://github.com/hyperium/h2) from 0.3.19 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.19...v0.3.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 16:12:08 +00:00
Dimitris Zervas
7b6c0329ba
Merge pull request #17 from dzervas/renovate/frida-0.x
Update Rust crate frida to 0.4.4
2024-01-02 00:25:54 +02:00
renovate[bot]
19776412b2
Update Rust crate goblin to 0.8.0 2024-01-01 02:08:30 +00:00
renovate[bot]
424fcb454e
Update Rust crate frida to 0.4.4 2024-01-01 02:08:24 +00:00
Dimitris Zervas
65fdc99aae
Merge pull request #16 from dzervas/renovate/frida-0.x
Update Rust crate frida to 0.4.2
2023-12-18 14:37:28 +02:00
renovate[bot]
a9c78ce415
Update Rust crate frida to 0.4.2 2023-12-18 01:27:10 +00:00
renovate[bot]
2edceab52d
Update Rust crate ctor to 0.2.6 2023-12-18 01:27:04 +00:00
dependabot[bot]
335a5a639c
Bump openssl from 0.10.57 to 0.10.60
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.60)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 21:42:24 +00:00
renovate[bot]
98b17701e7
Update Rust crate windows-sys to 0.52.0 2023-11-20 00:52:20 +00:00
dependabot[bot]
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
renovate[bot]
fb8409dff1
Update Rust crate ctor to 0.2.5 2023-10-02 00:19:52 +00:00
dependabot[bot]
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
renovate[bot]
a8e38b12c1
Update Rust crate ctor to 0.2.4 2023-07-17 01:20:57 +00:00
renovate[bot]
4bf6af911e
Update Rust crate pretty_assertions to 1.4.0 2023-07-10 00:13:17 +00:00
renovate[bot]
44ce1eeae8
Update Rust crate ctor to 0.2.3 2023-07-03 02:20:47 +00:00
renovate[bot]
671836ce9e
Update Rust crate goblin to 0.7.1 2023-06-12 04:39:53 +00:00
Dimitris Zervas
797876d33d
Add renovate and gh actions caching 2023-06-05 15:24:41 +03:00
Dimitris Zervas
141bf26048
Add integration test for lib injection 2023-06-03 18:03:28 +03:00
Dimitris Zervas
9180d62d67
Split the frida handler to a separte handler and add a test 2023-06-03 01:55:24 +03:00
Dimitris Zervas
a21fca1ea1
Add frida log handling 2023-05-28 02:07:20 +03:00
Dimitris Zervas
d65438091f
Make the injector work on windows - dll proxying still behaving weird 2023-05-27 16:38:27 +03:00
Dimitris Zervas
41165c5dbb
Fix xwin build 2023-05-26 15:36:34 +03:00
Dimitris Zervas
4928bd9684
Start working on dll proxying 2023-05-25 17:48:18 +03:00
Dimitris Zervas
11ec2f401b
Initial commit - able to produce a working Linux POC 2023-05-23 17:21:14 +03:00