Convert idb information to type library

Open
#6,735 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale

Research direction

Start by investigating the existing IDB/TIL debug-information conversion path referenced in the issue and how Binary Ninja type libraries are created or consumed. The issue names no files or tests, so first map those entry points and define completion as producing reusable type-library data without repeating the slow conversion into view types.

Written by the indexing model from the issue text.

Description

Component: Type Libraries DebugInfo: IDB

What is the feature you'd like to have?
Instead of applying all of the types from an idb/til I would like to create a Binary Ninja type library with that information so i don't need to convert each time, especially if the process for applying that debug information takes a while.

Is your feature request related to a problem?
Large type libraries in ida being pushed into the view types through debug info takes a while and can look as if the process has stopped, https://github.com/Vector35/binaryninja-api/issues/6734. Converting the information over to binja type libraries would remove this.

Dominant language
C++
Stars
1.3k
Forks
298
Avg merge
5d 5h
Merged PRs (30d)
19

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Vector35/binaryninja-api

All issues in Vector35/binaryninja-api

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.