Skip to content
#

software-analysis

Here are 42 public repositories matching this topic...

binaryninja-api
alexrp
alexrp commented Jun 2, 2022

What is the feature you'd like to have?
Related to #3158, it would be great if these dialogs could also remember their window position and size. For any non-trivial type definition, I consistently find myself resizing the window.

Are any alternative solutions acceptable?
Resizing the window manually whenever I need to create/edit large type definitions.

ladisgin
ladisgin commented Jul 7, 2022

Description
Often in Makefile we can find one line build commands like clang a.c b.c -o res. Where catch by bear only as compile command. But inside of it command also have link command to binary, that we should use as target.

[
    {
        "arguments": [
            "clang",
            "-c",
            "-o",
            "res",
            "a.c"
        ],
        "
bug enhancement good first issue

Improve this page

Add a description, image, and links to the software-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the software-analysis topic, visit your repo's landing page and select "manage topics."

Learn more