jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Rework data structure #33

Closed jchristman closed 10 years ago

jchristman commented 10 years ago

1) Data Structure should be based on a yield structure to avoid passing around large data structures. 2) Should present an interface for modifying the data structure based on text input

jchristman commented 10 years ago

All of 1 is now complete. Full functionality using the yield is implemented. Will work on 2 tomorrow - binding is there for the "fromFunc", but not yet implemented in the CommonSectionFormat

jchristman commented 10 years ago

I'm closing this because the basic functionality is there - we just need to tweak it at this point.