Skip to content

Random IT Utensils

IT, operating systems, maths, and more.

  • .NET Internals Cookbook
  • Bio
  • Series and interesting posts
  • Talks, Papers, Workshops
    • Async Biggest C# Mistake
    • Async With Coroutines and Fibers in C#
    • Debugging Memory Leaks in .NET
    • DLL Injection in Windows
    • Exploring memory in .NET
    • From Bulb to High Level Language
    • Generics everywhere
    • Hacking C# From the Inside
    • Integer Linear Programming
    • Internals of Async
    • Internals of Exceptions
    • Manual Memory Management
    • Ordering the Chaos
    • Understanding Windows and .NET

Tag: DLL

DLL Injection Part 6 — Injecting managed code into specific App Domain

April 22, 2017January 2, 2021 ~ 1 Comment

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 In Part 4 we saw how to inject managed DLL and execute some code in default App Domain. Today we will inject some code into different app … Continue reading DLL Injection Part 6 — Injecting managed code into specific App Domain

DLL Injection Part 5 — Hacking Minesweeper

October 15, 2016January 2, 2021 ~ 1 Comment

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 In previous posts of this series we saw how to inject DLLs in different ways. Today we are going to write simple DLL to hack Windows XP … Continue reading DLL Injection Part 5 — Hacking Minesweeper

DLL Injection Part 4 — Injecting managed DLL

April 16, 2016January 2, 2021 ~ 1 Comment

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 Las time we saw how to inject DLL into target process using remote threads. However, throughout this whole series we were injecting only native DLL, e.g., libraries … Continue reading DLL Injection Part 4 — Injecting managed DLL

DLL Injection Part 3 — Creating remote thread

April 9, 2016January 2, 2021 ~ 1 Comment

This is the third part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry We already know how to inject a DLL into process using registry or hooks. With the former approach we cannot control the moment of injection (because it … Continue reading DLL Injection Part 3 — Creating remote thread

DLL Injection Part 2 — Hooks

April 2, 2016January 2, 2021 ~ 1 Comment

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 Last time we saw how to inject DLL using registry. Today we are going to implement another approach using Hooks. Hooks Hooks allow us to execute a … Continue reading DLL Injection Part 2 — Hooks

Posts navigation

Older posts

Recent Posts

  • ILP Part 62 – Maximally attacking chessboard
  • ILP Part 61 – Sudomino
  • ILP Part 60 – Fencing Match
  • ILP Part 59 – Pętliczek
  • ILP Part 58 – Kantoriiroodo

Categories

  • Administration
  • Coding
  • Computer Science
  • Databases
  • Debugging
  • Math

Archive

  • April 2021 (2)
  • March 2021 (4)
  • February 2021 (4)
  • January 2021 (5)
  • December 2020 (4)
  • November 2020 (4)
  • October 2020 (5)
  • September 2020 (4)
  • August 2020 (5)
  • July 2020 (4)
  • June 2020 (4)
  • May 2020 (5)
  • April 2020 (4)
  • March 2020 (4)
  • February 2020 (5)
  • January 2020 (4)
  • December 2019 (4)
  • November 2019 (5)
  • October 2019 (4)
  • September 2019 (4)
  • August 2019 (5)
  • July 2019 (4)
  • June 2019 (5)
  • May 2019 (4)
  • April 2019 (4)
  • March 2019 (5)
  • February 2019 (5)
  • January 2019 (4)
  • December 2018 (5)
  • November 2018 (4)
  • October 2018 (4)
  • September 2018 (5)
  • August 2018 (4)
  • July 2018 (4)
  • June 2018 (5)
  • May 2018 (4)
  • April 2018 (4)
  • March 2018 (5)
  • February 2018 (4)
  • January 2018 (4)
  • December 2017 (5)
  • November 2017 (4)
  • October 2017 (4)
  • September 2017 (5)
  • August 2017 (4)
  • July 2017 (5)
  • June 2017 (4)
  • May 2017 (4)
  • April 2017 (5)
  • March 2017 (4)
  • February 2017 (4)
  • January 2017 (4)
  • December 2016 (5)
  • November 2016 (4)
  • October 2016 (5)
  • September 2016 (4)
  • August 2016 (4)
  • July 2016 (5)
  • June 2016 (4)
  • May 2016 (4)
  • April 2016 (5)
  • March 2016 (4)
  • February 2016 (4)
  • January 2016 (5)
  • December 2015 (4)
  • November 2015 (4)
  • October 2015 (5)
  • September 2015 (4)
  • August 2015 (3)

RSS Posts

  • ILP Part 62 – Maximally attacking chessboard April 10, 2021
  • ILP Part 61 – Sudomino April 3, 2021
  • ILP Part 60 – Fencing Match March 27, 2021