mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-18 21:44:37 +00:00
16 lines
No EOL
292 B
C
16 lines
No EOL
292 B
C
/**
|
|
* @file example-ipt.h
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief Headers for Intel PT example
|
|
* @details
|
|
*
|
|
* @version 0.20
|
|
* @date 2026-06-13
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
int
|
|
main2(int argc, char** argv); |