Commit Graph

23 Commits

Author SHA1 Message Date
a706f1d890 Fix the windows build
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-16 19:20:45 +03:00
936080b4e8 Rename leftovers to the new name InjectionForge
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-15 21:54:05 +03:00
ff5a7f152f Add ability to spawn or attach by process name
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-15 21:49:55 +03:00
b6a48d5155 Fix frida_code_file, initial config support
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 15:16:40 +03:00
d1a3b10460 Update the logo
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 01:24:39 +03:00
20cb136c57 re-enable frida_handler test
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-14 01:12:48 +03:00
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
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
21f7f06f13 Test injectable DLL for windows
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-13 04:43:26 +03:00
a4bf277c47 Add symbols for non-windows dll proxying
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
2024-04-13 03:24:16 +03:00
a89850d410 Fix some small issues and experiment with C# 2024-02-27 03:01:29 +02:00
7b792dc749 Do per-feature testing 2023-06-05 15:17:52 +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
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