File size: 511 Bytes
d4c6ce0
58dff3f
d4c6ce0
 
 
 
 
 
 
 
5f0a407
 
 
 
 
 
 
 
3e17003
5f0a407
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Decompilation Metrics
emoji: 📈
colorFrom: indigo
colorTo: indigo
sdk: docker
pinned: false
license: apache-2.0
---

This is a space testing a method for evaluating the quality of decompilation.

Currently unhandled features:
* PIC stuff
  * Global references
  * Internal function calls
  * Wildcards in target function?
* External function calls (e.g., printf)
* How to cope with referenced data?  "Hello world" is not included in main.
* How to extract compilable decompilation from decompilers?