Skip to content

Instantly share code, notes, and snippets.

View wonglkd's full-sized avatar

Daniel Wong wonglkd

View GitHub Profile

Keybase proof

I hereby claim:

  • I am wonglkd on github.
  • I am wonglkd (https://keybase.io/wonglkd) on keybase.
  • I have a public key whose fingerprint is 7DCA 8B5A DE0B F45B 4CC5 B013 B8FE 1C9E 26B0 A6F3

To claim this, I am signing this object:

@wonglkd
wonglkd / soaap_output
Created November 3, 2015 07:33
SOAAP output
$ ../soaap/Build/Release/bin/soaap -o fetch.soaap fetch_c.ll --soaap-list-sandboxed-funcs --soaap-infer-fp-targets --soaap-dump-rpc-graph --soaap-sandbox-platform=capsicum --soaap-emulate-performance
* Running Soaap Pass
* Processing command-line options
* Finding class hierarchy (if there is one)
* Finding sandboxes
* Building basic callgraph
WARNING: Function "fprintf" is unresolved. Its behaviour will not be analysed.
WARNING: Function "socketpair" is unresolved. Its behaviour will not be analysed.
WARNING: Function "perror" is unresolved. Its behaviour will not be analysed.
@wonglkd
wonglkd / llc_output
Last active November 3, 2015 07:33
Linker output
$ ../llvm/Build/bin/llc -filetype=obj -o fetch-soaap.o fetch.soaap $ ../llvm/Build/bin/clang -o fetch-soaap fetch-soaap.o
/usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 information.
/usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 information.
/usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 information.
/usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 information.
/usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 information.
/usr/bin/ld: Dwarf Error: found dwarf version '4', this reader only handles version 2 information.
fetch-soaap.o: In function `DigestCalcHA1':
fetch.soaap:(.text+0xbcfc): undefined reference to `MD5Init'
fetch.soaap:(.text+0xbd19): undefined reference to `MD5Update'