<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Build-System on Siddharth Mishra</title><link>http://brightprogrammer.in/tags/build-system/</link><description>Recent content in Build-System on Siddharth Mishra</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 14 Jun 2026 21:53:10 -0700</lastBuildDate><atom:link href="http://brightprogrammer.in/tags/build-system/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating Rizin Plugins - Lessons Learned</title><link>http://brightprogrammer.in/posts/rizin-plugins-lessons-learned/</link><pubDate>Tue, 25 Mar 2025 00:00:00 +0000</pubDate><guid>http://brightprogrammer.in/posts/rizin-plugins-lessons-learned/</guid><description>&lt;h1 id="introduction">Introduction&lt;/h1>
&lt;p>I&amp;rsquo;ve been developing and maintaining a &lt;a href="https://github.com/rizinorg/rizin">Rizin&lt;/a> plugin for past ten months for a
startup, &lt;a href="https://reveng.ai">RevEngAI&lt;/a>. The plugin is used to communicate with RevEngAI servers to upload binaries
you&amp;rsquo;re analyzing in Rizin/Cutter and then perform an AI based analysis in the background, and then retrieve the analysis
results back from the servers and apply the results to Rizin&amp;rsquo;s own analysis. The number of features keep growing day
by day as the team works on improving their product.&lt;/p></description></item><item><title>A Build System For C in C</title><link>http://brightprogrammer.in/posts/a-build-system-in-c-for-c/</link><pubDate>Wed, 29 Jan 2025 00:00:00 +0000</pubDate><guid>http://brightprogrammer.in/posts/a-build-system-in-c-for-c/</guid><description>&lt;p>I recently started a new project where I had to decide (again) how to build this project. This decision is faced
by any developer who use a language that does not have a standard way of building things. In my case, my project
is to be written in C, my go-to language, and as we all know, it does not have any standard other than the standard
spec. I usually go with CMake, as my go-to build system, because I&amp;rsquo;ve seen many projects use it. It&amp;rsquo;s almost like
the &amp;ldquo;industry&amp;rdquo; standard. It&amp;rsquo;s very old, and regularly updated, to keep itself up to date with available libraries,
frameworks, compiler features etc&amp;hellip; and it might be good for very big projects, but I decided that I&amp;rsquo;ll try something
simpler this time.&lt;/p></description></item></channel></rss>