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

adds unknown architecture #1016

Merged
merged 3 commits into from
Nov 12, 2019
Merged

Conversation

ivg
Copy link
Member

@ivg ivg commented Nov 11, 2019

This PR introduces an unknown architecture to enable analysis of
programs that are not binary, such as JVM or CLR bytecodes. This
change is also in line with the LLVM which also has the unknown
architecture. Additionally, the unkwown architecture could be later
refined, since it is the minimal element of the architecture
domain. That let us develop analyses that will detect architectures,
thus making the architecture a target of analysis rather than a
constant input.

In general, in BAP 2.0 we're moving away from the Arch.t type for
encoding a wide range of arhictectual properties of computing units
which we model. Mostly because those properties are mostly structural
and could be hardly captured with jsut a nominal string (even if this
string is triple).

This PR also sweeps through code and removes some warnings as well as
documents the new functions in bap.mli.

ivg and others added 3 commits November 11, 2019 17:10
This PR introduces an `unknown` architecture to enable analysis of
programs that are not binary, such as JVM or CLR bytecodes. This
change is also in line with the LLVM which also has the unknown
architecture. Additionally, the unkwown architecture could be later
refined, since it is the minimal element of the architecture
domain. That let us develop analyses that will detect architectures,
thus making the architecture a target of analysis rather than a
constant input.

In general, in BAP 2.0 we're moving away from the Arch.t type for
encoding a wide range of arhictectual properties of computing units
which we model. Mostly because those properties are mostly structural
and could be hardly captured with jsut a nominal string (even if this
string is triple).

This PR also sweeps through code and removes some warnings as well as
documents the new functions in bap.mli.
@gitoleg gitoleg merged commit 77252ca into BinaryAnalysisPlatform:master Nov 12, 2019
@ivg ivg deleted the unknown-arch branch June 10, 2020 12:34
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

Successfully merging this pull request may close these issues.

2 participants