BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move ownership of loaded binary to Boomerang's core

nemerle opened this issue · comments

Loader plugins should get the name and QByteArray containing the binary data of the file, this should allow us to:

  • properly handle the ownership of data, and remove the redundant memory management from all loaders
  • use test-contained binaries to verify loader correctness
  • in the future, store binaries inside serialized project file

@nemerle Perhaps a tasklist would work best instead of bullets.

ya, might as well

Note automatic milestone progress.