Skip to content

Instantly share code, notes, and snippets.

View marcelmaatkamp's full-sized avatar
🚢
Available

Marcel Maatkamp marcelmaatkamp

🚢
Available
View GitHub Profile
@marcelmaatkamp
marcelmaatkamp / Context-Free Design Grammar
Last active January 8, 2021 12:00
Context-Free Design Grammar
https://www.contextfreeart.org
https://github.com/MtnViewJohn/context-free
https://cfdg.herokuapp.com
http://www.korsh.com/cfdg
https://cink.applegrew.com
https://lochrist.github.io/blog/2017-04-21-cfdg
https://www.nodebox.net
http://structuresynth.sourceforge.net
https://github.com/seanth/Structure-Synth
@marcelmaatkamp
marcelmaatkamp / cp-kafka.yml
Created October 2, 2020 06:33
docker-compose cp-kafka
---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:5.3.1
hostname: zookeeper
container_name: zookeeper
ports:
- "2181:2181"
environment:
kafkacat:
image: confluentinc/cp-kafkacat:${CP_KAFKA_VERSION}
depends_on:
- kafka
command: "kafkacat -b kafka:9092 -C -K: -f '\nKey (%K bytes): %k\t\nValue (%S bytes): %s\n\Partition: %p\tOffset: %o\n--\n' -t telegraf"
/afl/experimental/crash_triage/triage_crashes.sh /<binary>_output/SESSION005 /root/bin/<binary>
#!/usr/bin/env node
var request = require('request') ;
var ffmpeg = require('ffmpeg');
var getPixels = require('get-pixels');
var GifEncoder = require('gif-encoder');
const sortAlphaNum = (a, b) => a.localeCompare(b, 'en', { numeric: true })
try {
// file to extract images from
#!/bin/bash
ffmpeg -i $2 -t $1 -loop 0 $3
#!/bin/bash
fmpeg \
-i $* \
-ss 30 \
-t 3 \
-vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" \
-loop 0 \
output.gif
brew cask install xquartz
brew tap homebrew-ffmpeg/ffmpeg
brew install \
homebrew-ffmpeg/ffmpeg/ffmpeg \
--with-fdk-aac \
--with-game-music-emu \
--with-libbluray \
--with-libbs2b \
--with-libcaca \
--with-libgsm \
https://github.com/stuxnet999/MemLabs

Lab_1:

$ vol.py -f MemoryDump_Lab1.raw kdbgscan
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 procdump --dump-dir procdump > procdump/procdump.txt
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 dumpfiles -n -u --dump-dir dumpfiles > dumpfiles/dumpfiles.txt
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 screenshot --dump-dir screenshot
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 mutantscan > mutantscan.txt
@marcelmaatkamp
marcelmaatkamp / handy links
Created February 27, 2018 05:58
handy links