Skip to content

Commit ff59d27

Browse files
authored
Merge pull request g0tmi1k#1 from g0tmi1k/our_tools
Add in missing “our_tools” files (as @hdm’s site is now back up)
2 parents 6a12c0d + 18188dc commit ff59d27

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

our_tools/dokeygen.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
MAGICPID=$1
3+
shift
4+
LD_PRELOAD=/getpid.so
5+
6+
export MAGICPID
7+
export LD_PRELOAD
8+
9+
/usr/bin/ssh-keygen -N "" $@

our_tools/getpid-preload.tar.gz

4.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)