freta 0.22.0

Project Freta client
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (C) Microsoft Corporation. All rights reserved.

/// models for hooked functions
pub mod hook;

/// models for physical and virtual memory representation
pub mod memory;

/// models for debug symbols references
pub mod symbols;