Skip to content

A file format decoder engine, develop your decoder by Lua

Notifications You must be signed in to change notification settings

tongpengfei/bin_inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BinInspector 文件格式查看器

最新下载地址:

Mac: BinInspector_v0.0.4.dmg
Windows: BinInspector_win64_release_v0.0.4.zip

主要功能

  • 查看文件格式
  • 检查exe依赖的dll文件是否存在,是否可用
  • 把一个大的pcap文件按链接切隔为各个小的pcap文件
  • 查找二进制,字符串,数字
  • 时间戳转为日期,日期转为时间戳 ms2date date2ms
  • 时间戳转为ntp, ms2ntp, ntp2ms
  • 选取一段数据,另存为文件
  • 视频文件可以按帧查看图片
  • 格式解析插件化,每一个格式就是一个lua脚本,根据文件名后缀解析格式
  • 支持二次开发,可以自由扩展格式

目前支持的文件格式

file format supported draw picture comment screenshot
exe,dll check depends dll is exists mac_exe.png
aac mac_aac.png
wav extract pcm; seperate L/R pcm mac_wav.png
mp3 mac_mp3.png
ogg mac_ogg.png
opus mac_opus.png
flv mac_flv.png
mp4,m4a show timeline; show audio/video frames mac_mp4.png
yuv draw y/u/v/yuv picture win_yuv.png
h264 mac_h264.png
h265 mac_h265.png
rtp mac_rtp.png
rtcp mac_rtcp.png
pcap,pcapng split pcap by stream, extract h264/payload by stream mac_rtcp.png mac_rtp_extract_h264.png
  • bin: 默认格式,未识别的文件名后缀,会以默认格式解析数据
  • pcap pcapng: tcpdump抓包文件
    • 支持解析rtp
    • 支持以单向链接为单位,分隔文件,并保存至/tmp/目录,如所有192.168.0.1:666 -> 10.0.0.1:80的数据流保存为一个文件
    • 支持以双向链接为单位,分隔文件,并保存至/tmp/目录,如所有192.168.0.1:666 <-> 10.0.0.1:80的数据流保存为一个文件
    • 支持以链接为单位提取payload,也就是从 tcp|udp的后面开始提取数据
    • 支持从rtp里提取h264,并保存至/tmp文件
    • 支持端口解析配置,不同的端口解析为不同的格式

截图

mac exe mac exe dll mac h264 mac mp4 win yuv

更新日志

v0.0.4

  • 支持中文路径

v0.0.3

  • 支持自动更新lua脚本

v0.0.2

  • 支持解析格式 opus
  • 支持解析格式 ogg

v0.0.1

  • hello world
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy