This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Search: | |
def __init__(self, obj, pattern, depth): | |
self.max_depth = depth | |
self.pattern = pattern | |
self.visited_clss = [] | |
self.visited_objs = [] | |
self.search(obj) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pwn import * | |
elf = ELF("./vuln") | |
p = process("./vuln") | |
p.sendline(cyclic(200, n=8)) | |
p.wait() | |
core = p.corefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <string.h> | |
#define BUFFER_SIZE 512 | |
void print_image() | |
{ | |
char buffer[BUFFER_SIZE]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Decompiled with JetBrains decompiler | |
// Type: AingeiRai5HahfeiThe2 | |
// Assembly: AingeiRai5HahfeiThe2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | |
// MVID: 3B6074DF-714F-4105-BC14-49801EE8A52C | |
// Assembly location: C:\Users\switch\Desktop\NDH16\extract.exe | |
using System; | |
using System.Diagnostics; | |
using System.Drawing; | |
using System.Runtime.InteropServices; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<package> | |
<component | |
id="uteeshohbo8rair6iuMauTohvologh"> | |
<registration | |
description="uteeshohbo8rair6iuMauTohvologh" | |
progid="uteeshohbo8rair6iuMauTohvologh" | |
version="1.00" | |
remotable="True"></registration> | |
<script |