Completed
Finding the ALPC Port
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reimplementing Local RPC in .Net
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Architectural Overview
- 3 Interface Definition Language (IDL.)
- 4 MIDL Compiler
- 5 Auto-generated Server Definition Information
- 6 Example NDR Format String
- 7 Structure Marshalling
- 8 Client Implementation (32 bit)
- 9 Managed Implementation
- 10 Finding RPC Server Interfaces
- 11 iterative Approach
- 12 Undocumented Byte Codes
- 13 Going to the Standards
- 14 Arrays of Structures with Pointers
- 15 A Simple Alex Ionescu Trick
- 16 Finding the ALPC Port
- 17 Mapping Types
- 18 Simple Example
- 19 Dealing with Out Parameters in PowerShell
- 20 Find New Windows RPC Apis
- 21 Fuzzing
- 22 Possible Future Work