文件名称:nt_wrapper:围绕本机Windows系统API的包装器库
文件大小:97KB
文件格式:ZIP
更新时间:2024-06-13 02:13:15
obfuscation system reverse-engineering malware modern-cpp
nt_wrapper 围绕本机Windows系统API的仅标头包装器库。 警告:版本2的API仍然不稳定 当前实施功能的重点 系统信息: -> ntw :: system :: handles -> ntw :: system :: processes 线程枚举-> ntw :: system :: thread_info -> ntw :: system :: loaded_drivers -> ntw :: memory 对象操作: 处理-> ntw :: ob :: process 线程-> ntw :: ob :: thread 文件-> ntw :: ob :: file 令牌-> ntw :: ob :: token 注册表-> ntw :: ob :: registry等 设计目标 没有例外-如果一个函数失败,它将返回一个状态码。 没有开销-每个单独
【文件预览】:
nt_wrapper-2
----.gitmodules(88B)
----test()
--------test_registry.cpp(1KB)
--------test_thread.cpp(570B)
--------test_access.cpp(987B)
--------test_memory_info.cpp(552B)
--------test_processes.cpp(530B)
--------Catch2()
--------test_loaded_modules.cpp(417B)
--------test_pool_tags.cpp(355B)
--------test_sid.cpp(772B)
--------test_driver.cpp(326B)
--------test_unicode_string.cpp(3KB)
--------test_status.cpp(6KB)
--------test_object.cpp(2KB)
--------test_process.cpp(3KB)
--------test_attributes.cpp(2KB)
--------test_job.cpp(920B)
--------test_token.cpp(2KB)
--------CMakeLists.txt(610B)
--------test_io.cpp(104B)
----include()
--------ntw()
----LICENSE(11KB)
----.clang-format(2KB)
----.gitignore(435B)
----CMakeLists.txt(936B)
----README.md(2KB)