pwn++  0.1.4
A (toy) Windows & Linux pwn library to play with modern C++.
ObjectManager.hpp
1 #pragma once
9 
10 #include "Common.hpp"
11 
12 namespace pwn::System
13 {
15 {
16 public:
23  static Result<std::vector<std::pair<std::wstring, std::wstring>>>
24  EnumerateDirectory(std::wstring_view const& Root);
25 
26 
36  static Result<std::vector<uptr>>
38 
39 private:
40 };
41 } // namespace System
Definition: ObjectManager.hpp:15
static Result< std::vector< std::pair< std::wstring, std::wstring > > > EnumerateDirectory(std::wstring_view const &Root)
static Result< std::vector< uptr > > FindBigPoolAddressesFromTag(const u32 Tag)
Get a vector of big pool chunks with the specified Tag.