modulectomy icon indicating copy to clipboard operation
modulectomy copied to clipboard

Dissect OCaml compiled programs, and weight their content

Results 7 modulectomy issues
Sort by recently updated
recently updated
newest added

Changes: * Added support for ELF binaries compiled on FreeBSD (Clang) * The way modules are recognized were changed from regexps to using `code_begin/end` + `data_begin/end` + manually defined symbol-tables...

Proposals: - [x] Improve colors/fonts - [ ] Make the size of the label adapt to the rectangle - [x] Better feedback on hover Nice examples: - http://billdwhite.com/wordpress/2012/12/16/d3-treemap-with-title-headers/

UI

This should be backend agnostic, and use the cmi to rebuild where everything comes from.

ecosystem

The JS backend currently doesn't has any way to detect what are module values. This is notably visible on `Map.Make`.

js_of_ocaml

- [ ] XEN images (mostly ELF files, with some tweaks)

enhancement

See https://github.com/let-def/owee/issues/3

bug
elf

Rediscover the ocamlfind library hierarchy, and use it

ecosystem