Closed KOLANICH closed 5 years ago
Hi,
what do you mean with integrate? Do you mean the classes should be reimplemented by using your modules?
what do you mean with integrate?
I mean to add my abstraction layer to your lib, blend the code and merge the classes. Remove everything redundant, taking the best impl available.
The idea behind filebytes is to have no further dependencies. I implemented this lib for ropper since there was no other lib that fit to my needs. If you want you can implement some functionality in my modules, but it is important to have no dependencies.
If you want you can implement some functionality in my modules, but it is important to have no dependencies.
Are "vendorized" ( copied into the module dir) dependencies counted as dependencies?
I would suggest clone the repo and show me what you mean. Just copy your modules into this repo does not make sense. However, your ExecutableFormat class could be merged with the Binary class. Your ELFMachine.py Module has other external dependencies.
Hi again.
When developing a tool FrozenTable.py editing a data structure in cpython binaries, I had to create some modules it may make some sense to integrate them into your tool
setup.py
visits some hardcoded addresses of projects under permissive licenses and parses this enum from their sources and creates a python file.