Skip to content

Instantly share code, notes, and snippets.

View Antonin-Deniau's full-sized avatar

Antonin Deniau Antonin-Deniau

View GitHub Profile
Certifying my #web3 identity on https://uniqe.io @UniqeIo.
_BEGIN_
cgAAAAIwAA8AAABBbnRvbmluLURlbmlh
dQACMQAHAAAAZ2l0aHViAAUyAEEAAAAA
scMIE07V2GpWQUckUSq6cEEIBDlRIA+n
Bz6BI1AplmtWD804eK0zwxvWs9lw58en
VETmDeZACbLPE/Ix8FlSXRsA
_END_
Certifying my #web3 identity on https://uniqe.io @UniqeIo.
_BEGIN_
cgAAAAIwAA8AAABBbnRvbmluLURlbmlh
dQACMQAHAAAAZ2l0aHViAAUyAEEAAAAA
scMIE07V2GpWQUckUSq6cEEIBDlRIA+n
Bz6BI1AplmtWD804eK0zwxvWs9lw58en
VETmDeZACbLPE/Ix8FlSXRsA
_END_
Certifying my #web3 identity on https://uniqe.io @UniqeIo.
_BEGIN_
cgAAAAIwAA8AAABBbnRvbmluLURlbmlh
dQACMQAHAAAAZ2l0aHViAAUyAEEAAAAA
scMIE07V2GpWQUckUSq6cEEIBDlRIA+n
Bz6BI1AplmtWD804eK0zwxvWs9lw58en
VETmDeZACbLPE/Ix8FlSXRsA
_END_
0f3909527e73ad93b73b070bb12cde1292bbcde5
0f3919527e73ad93b73b070bb12cde1292bbcde5
0f3929527e73ad93b73b070bb12cde1292bbcde5
0f3939527e73ad93b73b070bb12cde1292bbcde5
0f3949527e73ad93b73b070bb12cde1292bbcde5
0f3959527e73ad93b73b070bb12cde1292bbcde5
0f3969527e73ad93b73b070bb12cde1292bbcde5
0f3979527e73ad93b73b070bb12cde1292bbcde5
0f3989527e73ad93b73b070bb12cde1292bbcde5
0f3999527e73ad93b73b070bb12cde1292bbcde5
var _0x5f46 = ['\x37\x3c\x30\x6c\x3c\x6e\x69\x30\x33\x3c\x6c\x3c\x6c\x3c\x33\x3e\x35\x3c\x62\x60\x3e\x64\x6b\x3e\x6a\x3b\x33\x6e\x30\x3e\x3e\x6f\x39\x6e\x30\x60\x6e\x6b\x33\x39', '\x39\x6f\x23\x6a\x7a\x51\x24\x3d\x57\x38\x73\x4e\x3e\x6e\x3f\x6b\x49\x58\x75\x49\x4d\x37\x73\x68\x36\x20\x57\x69\x6c\x62\x44\x50\x78\x60\x31\x26\x59\x46\x35\x7a', '\x6c\x65\x6e\x67\x74\x68', '\x73\x70\x6c\x69\x74', '\x63\x68\x61\x72\x41\x74', '\x6a\x6f\x69\x6e', '\x64\x5b\x63\x6e\x3f\x6b\x2b\x71\x6a\x65\x29\x2f\x4e\x7c\x74\x2e\x77\x6b\x47\x72\x5d\x72\x4f\x2b\x6b\x39\x62\x3d\x32\x79\x2c\x7d\x40\x5a\x79\x62\x3a\x38\x70\x6c\x61\x32\x27\x36\x25\x64\x6e\x29', '\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74', '\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'];
var _0x19fd = function(_0x5f4656, _0x19fd1f) {
_0x5f4656 = _0x5f4656 - 0x0;
var _0x79ddde = _0x5f46[_0x5f4656];
return _0x79ddde;
};
function _0x10dbec(_0x1975bf) {
var _0x1b7fa0 = _0x19fd('\x30\x78\x30');
var _0x4e7c63 = 0x0;
console.log(JSON.stringify(_0x1b7fa0.
const isEqual = (a, b) => {
const aKeys = Object.keys(a);
if (aKeys.length !== Object.keys(b).length) {
return false;
}
return aKeys.every(
(k) => Object.prototype.hasOwnProperty.call(b, k)
&& a[k] === b[k],
import sys
from qiling import *
from utils import *
class MyPipe():
def __init__(self):
self.buf = b''
def write(self, s):
self.buf += s
#unicorn quiling z3 r2pipe angr claripy kaitai frida lief
import r2pipe
r2 = r2pipe.open("./ch12", [
"-d",
"-R", "stdin=./input", # cat > input
"-R", "stdout=./output", # while true; do cat input; done;
])
result_1 = 0x805637a
@Antonin-Deniau
Antonin-Deniau / test.php
Created November 6, 2018 12:56
test.php
lol
<?php
echo("thisisaster");
% ag --stats -q '\? true : false'
148 matches
148 matched lines
104 files contained matches
14047 files searched
0 bytes printed
78586519 bytes searched
0.483766 seconds spent searching
0.270221 seconds