- 1 kg rack of young goat or lamb
- 3-4 small bunches coriander
- 2 tbsb coriander seed
- 1 tsp szechuan pepper
- 1 tsp salt
- 1 thumb of ginger
- 2 garlic cloves
- 3 green cardamom pods
- 4-5 fresh green chilis (or to taste)
- 1-2 cups chicken stock
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
/* | |
american fuzzy lop - LLVM instrumentation bootstrap | |
--------------------------------------------------- | |
Written by Laszlo Szekeres <[email protected]> and | |
Michal Zalewski <[email protected]> | |
LLVM integration design comes from Laszlo Szekeres. | |
Copyright 2015 Google Inc. All rights reserved. |
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
#! /usr/bin/env ruby | |
require 'fileutils' | |
require 'digest/sha1' | |
def die_usage | |
fail "Usage: #{$0} /path/to/fuzzing/root /path/to/output [extension]" | |
end | |
class Collision < StandardError; end |
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
// Copyright (c) 2010 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include <limits.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <signal.h> |
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
//======================================================================== | |
// | |
// pdftoppm.cc | |
// | |
// Copyright 2003 Glyph & Cog, LLC | |
// | |
//======================================================================== | |
//======================================================================== | |
// |
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
#!/bin/sh | |
# | |
# american fuzzy lop - pause a set of fuzzers | |
# -------------------------------------- | |
# | |
# By @rantyben, based on afl-whatsup, which is: | |
# Written and maintained by Michal Zalewski <[email protected]> | |
# | |
# Copyright 2015 Google Inc. All rights reserved. | |
# |
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
#! /usr/bin/env ruby | |
# Pollenate ONE sync dir from each target into all other | |
# targets fuzzing the same format. Assumes that work | |
# dirs are named as by github.com/bnagy/afl-launch. | |
# | |
# Each target syncs inside its own directory already | |
# so copying any of the sync dirs works. It is possible | |
# that you'll miss some stuff, but it saves N * N-1 sync | |
# |
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
#!/usr/bin/env bash | |
# | |
# american fuzzy lop - corpus minimization tool | |
# --------------------------------------------- | |
# | |
# Written and maintained by Michal Zalewski <[email protected]> | |
# | |
# Copyright 2014, 2015 Google Inc. All rights reserved. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); |
This is a collection of snippets, not a comprehensive guide. I suggest you start with Operational PGP.
Here is an incomplete list of things that are different from other approaches:
- I don't use keyservers. Ever.
- Yes, I use Gmail instead of some bespoke hipster freedom service
NewerOlder