elfkit 0.0.7

an elf parser and manipulation library in pure rust
Documentation
1
2
3
4
5
char *hello;

void init(){
    hello = "The quick brown fox jumps over the lazy dog";
}