Skip to content

Instantly share code, notes, and snippets.

@aumgn
Created July 21, 2016 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aumgn/6ba2d1862cc80d12d855b37963bc9677 to your computer and use it in GitHub Desktop.
Save aumgn/6ba2d1862cc80d12d855b37963bc9677 to your computer and use it in GitHub Desktop.
scat dwarf + clang prototype detection
scat > accuracy git arity
!! Missing data for libz.so.1
!! Missing data for libcrypto.so.1.0.0
!! Missing data for librt.so.1
Information about inference
| Last inference: 2016-07-21 11:08:52
- Total functions infered: 274
Ignored
| Without name: 0
| Variadic: 7
| Pseudo-Functions: 11
- Not in binary/source: 4
Accuracy of inference
| Arity Ok/Total tested: 229/252
| Return Ok/Total tested: 247/252
| Ratio arity: 90.87%
- Ratio return: 98.02%
scat > accuracy grep arity
!! Missing data for libpcre.so.1
Information about inference
| Last inference: 2016-07-19 15:06:15
- Total functions infered: 123
Ignored
| Without name: 26
| Variadic: 3
| Pseudo-Functions: 1
- Not in binary/source: 0
Accuracy of inference
| Arity Ok/Total tested: 87/93
| Return Ok/Total tested: 91/93
| Ratio arity: 93.55%
- Ratio return: 97.85%
scat > accuracy mupdf-x11 arity
!! Missing data for libX11.so.6
!! Missing data for libXext.so.6
Information about inference
| Last inference: 2016-07-19 15:22:22
- Total functions infered: 542
Ignored
| Without name: 0
| Variadic: 1
| Pseudo-Functions: 1
- Not in binary/source: 0
Accuracy of inference
| Arity Ok/Total tested: 534/540
| Return Ok/Total tested: 538/540
| Ratio arity: 98.89%
- Ratio return: 99.63%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment