Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一个可能的工具的设想 #1

Open
neko-para opened this issue May 2, 2023 · 0 comments
Open

一个可能的工具的设想 #1

neko-para opened this issue May 2, 2023 · 0 comments

Comments

@neko-para
Copy link

根据我对flatbuffers浅薄的理解, 目标数据中的对象是包含了自身所有字段的索引的(即vtable中的项). 那是否可以通过一个工具, 将目标数据拆分成对象树, 并且每一个域有一个最大长度(通过对整个目标数据用bitset判断覆盖性), 并且尝试用可能的数据类型进行解析.

如果这个功能时可行的话, 那应该可以比直接进行二进制分析方便很多, 并且可能可以进行全局的数据搜索(比如查询字符串和特定的数据)

我不知道这样的工具是否存在, 如果没有的话我可以试着去做一个原型试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant