
Since its inception, scripting has been an integral part of LLDB. At the time, Python was chosen as the primary, and for a long time the only supported, scripting language. Python is used within LLDB to automate things, write custom data formatters, and extend core concepts like Processes and Threads with an implementation written in Python. Another powerful way to use LLDB is as a debugger library in Python, by importing the lldb module.
Yes, OSTIF does more than just audits!
Releasing today is our work on @llvm BOLT binary scanner. Completed thanks to @quarkslab and @sovtechfund the BOLT scanner received custom work to extend its coverage further.
Read about the work and its implications at our blog: https://ostif.org/bolt-security-engagement-complete/
Huge thank you to Kristof Beyls, creator of the BOLT binary scanner.

Below is the testimonial from the LLVM community on the importance of open access to ISO documents. The LLVM Foundation is a US-based 501(c)(3) nonprofit organization which exists to support the LLVM Project, an open source project which implements support for ISO standards such as ISO/IEC 9899, ISO/IEC 14882, and ISO/IEC 1539 through compilers like Clang and Flang. Clang was initially released in 2007, is freely available, and is one of the most widely deployed compilers for C and C++ in the w...