Binary Ninja Devs

136 posts

Binary Ninja Devs

Binary Ninja Devs

@BinjaDevs

Group account for random posts by the Binary Ninja developers

Florida Beigetreten Ağustos 2019
6 Folgt1.5K Follower
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
Did you know color can indicate confidence? Greyed out variables or even sections of code are those with low confidence or that dead-code elimination identified as a possible target for removal. (Which can be confirmed or rejected via the right-click menu)
Binary Ninja Devs tweet mediaBinary Ninja Devs tweet media
English
0
0
7
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
@psifertex 's gist repo had a small update this morning to the FUNctional_tags example, it now has a cyclomatic complexity measurement and can tag functions over a specified threshold. Only 8 more lines of code and that includes implementing the algorithm! #file-functional_tags-py" target="_blank" rel="nofollow noopener">gist.github.com/psifertex/6fbc…
Binary Ninja Devs tweet media
English
0
0
2
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
Want a more concise list of all the plugins you have installed and whether they're enabled or have updates? Here's a quick snippet that uses an HTML report to get cheap sorting/filtering and the ThemeColor APIs for color-blind compatibility. #file-list_plugins-py" target="_blank" rel="nofollow noopener">gist.github.com/psifertex/6fbc…
Binary Ninja Devs tweet media
English
0
0
5
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
@harsh_khuha To clarify -- you'd need both working together. One would generate the bindiff file, the other would view it.
English
1
0
0
0
hk
hk@harsh_khuha·
@BinjaDevs I'll take look at both of them
English
1
0
0
0
hk
hk@harsh_khuha·
@BinjaDevs it would be awesome to have a binary diffing plugin for binja 😄
English
1
0
0
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
@junorouse The files are the same, universal MachO files with support for all platforms. Though one of our test machines has since been upgraded to the latest BigSur update so it's likely changed since then.
Binary Ninja Devs tweet media
English
1
0
1
0
Juno
Juno@junorouse·
@BinjaDevs It seems you've tested with different files(x86/arm binutils), I need to buy a new M1 macbook for testing 😂
English
1
0
0
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
Fast? Yeah, Binary Ninja on the M1 is very, very fast. In fact, with a commercial license and the latest dev, you can already check it out yourself! As soon as QT and PySide2 have stable releases for the M1, we're looking forward to shipping full M1 builds for everyone.
Binary Ninja Devs tweet mediaBinary Ninja Devs tweet mediaBinary Ninja Devs tweet media
English
1
4
37
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
A surprising benefit of being a Binary Ninja user -- you might get some malware immunity 🤣: #L36" target="_blank" rel="nofollow noopener">github.com/fireeye/sunbur…
Binary Ninja Devs tweet media
English
1
1
7
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
Did you know you can get sneak peaks into what features are coming onto dev just by looking at our branches on the public API repo? Just saying tomorrow might be a /great/ day to tune into the BN live stream: github.com/Vector35/binar…
Binary Ninja Devs tweet media
English
0
4
17
0
Binary Ninja Devs retweetet
Vector 35
Vector 35@vector35·
No stream today. We're spending the holiday with our families to be thankful. In the meantime, to give ya'll something else to be thankful for, any purchase from 2020-11-27 @ 12am through 2020-12-01 @ 12am gets $25/$50 (personal/commercial) store credit at shop.binary.ninja
English
1
2
8
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
Asked in our slack already, but as we're in the process of launching some live BN streaming, what platform would you prefer? We're currently leaning toward YT for the higher quality video at the expense of slightly better social features on Twitch.
English
1
0
2
0
Binary Ninja Devs
Binary Ninja Devs@BinjaDevs·
Here's a snippet to copy instruction bytes (add . in bvread--thanks autolinking): import PySide2 ibytes = bvread(here, bv.get_instruction_length(here)) rawhex=Transform['RawHex'].encode clip = PySide2.QtGui.QGuiApplication.clipboard() clip.setText(str(rawhex(ibytes), "utf-8"))
Binary Ninja Devs tweet media
English
0
0
3
0