Joined June 2020
3 Photos and videos
For your convenience, you can now dump a syntax-highlighted version of the ghidra decompiler output directly on the joern shell. (joern-1.1.313) - github.com/joernio/joern
17
88
Psst. Joern 1.1.221 ships with a beta version of a new C/C frontend based on Eclipse CDT - out of the box handling of the preprocessor (including macro expansions), improved handling of templates and lambdas, more type information. Try out `importCode.newc("/path/to/code")`
8
20
Joern - the tool retweeted
31 Jul 2021
For not open source, try @joernio . I've had a good amount of success with this so far.
2
4
Joern - the tool retweeted
Happy to present a first draft of the Code Property Graph Specification 1.1: cpg.joern.io/

19
34
Joern - the tool retweeted
29 May 2021
Updated my posts about @joernio to work with the newer API and with the the super cool inter-procedural data-flow analysis support. jaiverma.github.io/blog/joer… jaiverma.github.io/blog/joer…

9
33
Joern will be presented at BlackHat Arsenal this summer: blackhat.com/us-21/arsenal/s…

14
70
Joern - the tool retweeted
We automatically identified a buffer overflow in VLC's updater (again) using `joern-scan`. Fixed in most recent release. Here is the write-up: joern.io/blog/vlc-automatic-…

71
193
Interesting post from @Forescout on how to find bugs (RCE/DoS) in DNS implementations forescout.com/company/blog/f… - and they share their joern queries github.com/Forescout/namewre…

5
18
At this year's @NorthSec_io, @tuxology and @vickieli7 will be giving a workshop on building DIY static code analyzers with joern! nsec.io/session/2021-diy-sta…

1
8
33
Joern now supports querying Java bytecode! Many thanks to @SDBakerEffendi who has kindly integrated his Plume code property graph generator with the platform. Read his post here: joern.io/blog/plume-brings-j…

16
41
Find realloc-related memory leaks: cpg.call("realloc").filter(call => call.inAssignment.target.code.exists(_ == call.argument(1).code)).dump
15
39
If you're looking for an adrenaline rush, you can now `curl -L github.com/ShiftLeftSecurity… | bash`. Use `sudo` for greater impact and `--reinstall` for `rm -rf` action #YOLO

1
1
5
Joern - the tool retweeted
Replying to @fabsx00
Awesome! And an impressive proportion of the bugs too with 67% versus 33% by fuzzing.
1
4
Joern - the tool retweeted
Great to see the Joern code querying engine (github.com/ShiftLeftSecurity…) as the static bug hunting tool of choice for uncovering the Amnesia:33 TCP/IP stack vulns! forescout.com/company/resour…
1
11
62
Joern - the tool retweeted
Wrote a little blogpost visualizing program structure characteristics for 12 million lines of code using @joernio and the Code Property Graph blog.shiftleft.io/visualizin…

10
22