fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#shellcoding

0 posts0 participants0 posts today
cr0n0s:~🐧📡⌨️ 🛠️ #<p>x64 Assembly &amp; Shellcoding 101</p><p>Part 1: <a href="https://g3tsyst3m.github.io/shellcoding/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">g3tsyst3m.github.io/shellcodin</span><span class="invisible">g/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101/</span></a></p><p>Part 2: <a href="https://g3tsyst3m.github.io/shellcoding/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-2/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">g3tsyst3m.github.io/shellcodin</span><span class="invisible">g/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-2/</span></a></p><p>Part 3: <a href="https://g3tsyst3m.github.io/shellcoding/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-3/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">g3tsyst3m.github.io/shellcodin</span><span class="invisible">g/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-3/</span></a></p><p>Part 4: <a href="https://g3tsyst3m.github.io/shellcoding/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-4/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">g3tsyst3m.github.io/shellcodin</span><span class="invisible">g/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-4/</span></a></p><p>Part 5: <a href="https://g3tsyst3m.github.io/shellcoding/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-5/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">g3tsyst3m.github.io/shellcodin</span><span class="invisible">g/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-5/</span></a></p><p>Part 6: <a href="https://g3tsyst3m.github.io/shellcoding/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-6/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">g3tsyst3m.github.io/shellcodin</span><span class="invisible">g/assembly/debugging/x64-Assembly-&amp;-Shellcoding-101-Part-6/</span></a></p><p><a href="https://social.tchncs.de/tags/assembly" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>assembly</span></a> <a href="https://social.tchncs.de/tags/shellcoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>shellcoding</span></a> <a href="https://social.tchncs.de/tags/NASM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NASM</span></a> <a href="https://social.tchncs.de/tags/debugging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>debugging</span></a></p>
Marco Ivaldi<p>As we approach the end of the tour of my <span class="h-card" translate="no"><a href="https://infosec.exchange/@github" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>github</span></a></span> projects, there’s a little gem that I would like to show you in case you haven’t heard about it yet. </p><p>I’m referring to "xchg rax, rax" by xorpd, a short book of x86-64 <a href="https://infosec.exchange/tags/assembly" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>assembly</span></a> <a href="https://infosec.exchange/tags/poems" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>poems</span></a> and <a href="https://infosec.exchange/tags/riddles" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>riddles</span></a>. You read that right; as it turns out, assembly is not only for <a href="https://infosec.exchange/tags/shellcoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>shellcoding</span></a> 😉</p><p>Some years ago, I tried to tackle those riddles, and here’s the result:<br><a href="https://github.com/0xdea/xorpd-solutions" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/0xdea/xorpd-solutio</span><span class="invisible">ns</span></a></p><p>I’m much older and wiser now and I should probably give another try to the riddles that still remain unsolved. Or perhaps it’s a job for you, dear reader.</p>