Comments on: DLL Injection Part 1 — Registry https://blog.adamfurmanek.pl/2016/03/26/dll-injection-part-1/ IT, operating systems, maths, and more. Sat, 02 Jan 2021 19:00:41 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: DLL Injection Part 7 — Injecting Java code – Random IT Utensils https://blog.adamfurmanek.pl/2016/03/26/dll-injection-part-1/#comment-560 Sat, 31 Mar 2018 08:31:20 +0000 https://blog.adamfurmanek.pl/?p=1602#comment-560 […] This is the seventh part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry […]

]]>
By: DLL Injection Part 6 — Injecting managed code into specific App Domain – Random IT Utensils https://blog.adamfurmanek.pl/2016/03/26/dll-injection-part-1/#comment-494 Sat, 22 Apr 2017 08:00:47 +0000 https://blog.adamfurmanek.pl/?p=1602#comment-494 […] This is the sixth part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry […]

]]>
By: Andrew Carp https://blog.adamfurmanek.pl/2016/03/26/dll-injection-part-1/#comment-413 Sun, 20 Nov 2016 16:57:39 +0000 https://blog.adamfurmanek.pl/?p=1602#comment-413 You can inject your dll before anything else (before any other code being executed by the main thread) by injecting a shellcode and using LdrLoadDll (VirtualAllocEx / WriteProcessMemory / Get/SetThreadContext).
You can also hook ZwContinue to hook the process before the entry point (and the TLS callback) without having to deal with the PE (and ASLR, your code is not compatible with windows vista / 7 if the executable is ASLR compatible)

]]>
By: DLL Injection Part 5 — Hacking Minesweeper – Random IT Utensils https://blog.adamfurmanek.pl/2016/03/26/dll-injection-part-1/#comment-401 Sat, 15 Oct 2016 08:45:59 +0000 https://blog.adamfurmanek.pl/?p=1602#comment-401 […] This is the fifth part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry […]

]]>
By: DLL Injection Part 4 — Injecting managed DLL – Random IT Utensils https://blog.adamfurmanek.pl/2016/03/26/dll-injection-part-1/#comment-314 Sat, 16 Apr 2016 13:37:45 +0000 https://blog.adamfurmanek.pl/?p=1602#comment-314 […] This is the fourth part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry […]

]]>
By: DLL Injection Part 2 — Hooks – Random IT Utensils https://blog.adamfurmanek.pl/2016/03/26/dll-injection-part-1/#comment-312 Sat, 02 Apr 2016 08:14:15 +0000 https://blog.adamfurmanek.pl/?p=1602#comment-312 […] This is the second part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry […]

]]>