19 Commits

Author SHA1 Message Date
Dimitris Zervas
7f9a223c61
Add support fro FRIDA_CODE_FILE env var
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 13:29:21 +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
7c8105fc47
Disabled c# and started writing .so dll proxying. won't work, just saving the code
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 00:29:53 +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
Dimitris Zervas
a4bf277c47
Add symbols for non-windows dll proxying
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-13 03:24:16 +03:00
Dimitris Zervas
ed6f77e71c
Parse ELFs as well 2024-03-03 13:10:58 +02: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
Dimitris Zervas
7b792dc749
Do per-feature testing 2023-06-05 15:17:52 +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
14e6572521
Call LoadLibraryA on DllMain to fix crash 2023-05-27 21:45:02 +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
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
Dimitris Zervas
5894967a27
Touch up the build.rs 2023-05-26 17:26:11 +03:00
Dimitris Zervas
199674526f
Rebuild on env change 2023-05-26 15:40:45 +03:00
Dimitris Zervas
4928bd9684
Start working on dll proxying 2023-05-25 17:48:18 +03:00
Dimitris Zervas
a5880b5bed
Simplify the code (use ctor for all targets) and add a readme 2023-05-23 19:45:11 +03:00
Dimitris Zervas
11ec2f401b
Initial commit - able to produce a working Linux POC 2023-05-23 17:21:14 +03:00