TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Reverse Engineering Instruments’ File Format

87 点作者 phleet将近 7 年前

4 条评论

vram22将近 7 年前
Early in my career I had reverse engineered the DBF desktop database format (XBASE), and used that info to write programs in both Pascal and C (at different times) to read and print the metadata and data of DBF files. Later did the same in Python as part of xtopdf, my Python toolkit for PDF creation from other data formats. It was an interesting project for a relative beginner. Good fun.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;XBase" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;XBase</a><p>xtopdf overview:<p><a href="http:&#x2F;&#x2F;slides.com&#x2F;vasudevram&#x2F;xtopdf" rel="nofollow">http:&#x2F;&#x2F;slides.com&#x2F;vasudevram&#x2F;xtopdf</a><p>DBFReader.py code:<p><a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;vasudevram&#x2F;xtopdf&#x2F;src&#x2F;default&#x2F;DBFReader.py" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;vasudevram&#x2F;xtopdf&#x2F;src&#x2F;default&#x2F;DBFReade...</a>
saagarjha将近 7 年前
It&#x27;s interesting that you didn&#x27;t look at the binary that created this file and tried to reverse engineer it that way. If you&#x27;re still looking for more, I&#x27;d suggest going through Instruments.app&#x2F;Contents&#x2F;Frameworks&#x2F;InstrumentsAnalysisCore.framework&#x2F;InstrumentsAnalysisCore.
评论 #17317400 未加载
npendleton将近 7 年前
binwalk is a good tool to use for this, especially early analysis: <a href="https:&#x2F;&#x2F;github.com&#x2F;ReFirmLabs&#x2F;binwalk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ReFirmLabs&#x2F;binwalk</a>
Animats将近 7 年前
Putting &quot;Instruments&quot; in quotes would help. It&#x27;s some program for Apple computers here. This is not about figuring out what measuring instruments are sending on the wire, something that&#x27;s often proprietary.
评论 #17320629 未加载
评论 #17317798 未加载
评论 #17316500 未加载