Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple DynInst from build #14

Open
bmihaila opened this issue Oct 29, 2018 · 0 comments
Open

Decouple DynInst from build #14

bmihaila opened this issue Oct 29, 2018 · 0 comments

Comments

@bmihaila
Copy link

As there is already a way to feed a CFG from JSON to the fingerprinter it would be great to make the DynInst code parts there optional. This would make building the whole infrastructure much easier for cases where people use a different disassmbler/CFG generator as it would skip the whole DynInst build - which is complex and impossible on some architectures.

Seems that this file https://github.com/googleprojectzero/functionsimsearch/blob/master/disassembly/disassembly.hpp would need to refactored to abstract away the DynInst parts and make it compile optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant