Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
TinyProcessor — A post-processing script for TinyTracer | Kitploit
工具/GitHubGitHub/goatmilkkk/tinyprocessor
Reverse EngineeringMalware AnalysisLog Analysis
GitHubgoatmilkkk/tinyprocessor

TinyProcessor

A post-processing script for TinyTracer

查看仓库
4053年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

TinyProcessor

该项目将 Tinytracer 的 .tag 输出中的系统调用号与参数替换为其实际的 Nt 函数声明,以提高可读性。

请注意,部分函数声明并未包含在内,因此某些参数将不会被处理

comparison

我在该项目中使用的函数声明来自 CAPE Sandbox 和 NtInternals。如果同一函数存在冲突的声明,则以 CAPE 的声明为准,因为它参考了 MSDN(官方文档网站)。

用法

root@kitploit:~
usage: TinyProcessor.py [-h] -file <filename>

options:
  -h, --help        show this help message and exit
  -file <filename>  Takes in a .tag file generated by Tinytracer

未来计划:

  • 移除内存地址 [--remove-addr, -r]
  • 添加参数方向与类型 [--verbose, -v]
  • 通过抓取 hooks.c 为普通 API 调用添加符号
  • 添加对 Linux 系统调用的支持
  • 使用 Pyinstaller 打包文件
下载工具