2
<p><span class="h-card" translate="no"><a href="https://donotsta.re/users/mei" class="u-url mention">@<span>mei</span></a></span> lmao. yeah</p>
<p>wrote a Binary Ninja snippet for renaming functions that call a logging function and pass their name to it as a constant argument; it handles inlining too, by majority vote</p>
Attached image 0Attached image 1
<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@petrillic" class="u-url mention">@<span>petrillic</span></a></span> nice!!</p>
<p>if you look at the source, CURLOPT_* identifiers correspond to enum values that are defined using a preprocessor macro; they&#39;re not defined as numbers but have bitfields inside</p><p>this would be nightmarish to do manually</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> for one minute i thought jshon is a parser written in bash or something</p><p>... turns out it&#39;s just &quot;jq but easier&quot;</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> this looks like it&#39;s one of those &quot;the 3DS uses the Atheros wifi chip SDIO as the storage bus too&quot; situations. I&#39;m assuming this is a similar case of hardware pulling double duty and it&#39;s sending data through the sound module or some shit?</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@whitequark" class="u-url mention">@<span>whitequark</span></a></span> aaaaaaaaaaaaaaaa?</p>
<p>it also has a global sound FIFO.</p><p>(the .aac files do not contain valid AAC data)</p>
Attached image 0
<p>you&#39;ve heard of parsing html with regexps, now consider: parsing json with sed (courtesy of xiaomi)</p>
Attached image 0