<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>OOB on d3bo</title><link>/tags/oob/</link><description>Recent content in OOB on d3bo</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright (c) 2025 Hyas</copyright><lastBuildDate>Mon, 13 Oct 2025 00:00:00 +0000</lastBuildDate><atom:link href="/tags/oob/index.xml" rel="self" type="application/rss+xml"/><item><title>4enraya</title><link>/ctf/navaja/4enraya/</link><pubDate>Mon, 13 Oct 2025 00:00:00 +0000</pubDate><guid>/ctf/navaja/4enraya/</guid><description>#!/usr/bin/env python3 from pwn import * e = ELF(&amp;#34;./4enraya_patched&amp;#34;) context.binary = e # Set the target binary for pwntools context.terminal = [&amp;#34;kitty&amp;#34;, &amp;#34;-e&amp;#34;] # Terminal to use for GDB debugging HOST = &amp;#34;10.</description></item><item><title>addition</title><link>/ctf/imaginary-ctf/addition/</link><pubDate>Mon, 08 Sep 2025 00:00:00 +0000</pubDate><guid>/ctf/imaginary-ctf/addition/</guid><description>int __fastcall __noreturn main(int argc, const char **argv, const char **envp) { __int64 v3; // [rsp+0h] [rbp-30h] char s[24]; // [rsp+10h] [rbp-20h] BYREF unsigned __int64 v5; // [rsp+28h] [rbp-8h] v5 = __readfsqword(0x28u); setbuf(stdin, 0LL); setbuf(_bss_start, 0LL); setbuf(stderr, 0LL); puts(&amp;#34;+++++++++++++++++++++++++++&amp;#34;); puts(&amp;#34; WELCOME TO ADDITION&amp;#34;); puts(&amp;#34;+++++++++++++++++++++++++++&amp;#34;); do { write(1, &amp;#34;add where?</description></item><item><title>Function overwrite</title><link>/ctf/pico/function-overwrite/</link><pubDate>Sat, 16 Aug 2025 00:00:00 +0000</pubDate><guid>/ctf/pico/function-overwrite/</guid><description>#include &amp;lt;stdio.h&amp;gt; #include &amp;lt;stdlib.h&amp;gt; #include &amp;lt;string.h&amp;gt; #include &amp;lt;unistd.h&amp;gt; #include &amp;lt;sys/types.h&amp;gt; #include &amp;lt;wchar.h&amp;gt; #include &amp;lt;locale.h&amp;gt; #define BUFSIZE 64 #define FLAGSIZE 64 int calculate_story_score(char *story, size_t len) { int score = 0; for (size_t i = 0; i &amp;lt; len; i++) { score += story[i]; } return score; } void easy_checker(char *story, size_t len) { if (calculate_story_score(story, len) == 1337) { char buf[FLAGSIZE] = {0}; FILE *f = fopen(&amp;#34;flag.</description></item></channel></rss>