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

Java support #125

Merged
merged 103 commits into from
Feb 8, 2019
Merged

Java support #125

merged 103 commits into from
Feb 8, 2019

Conversation

Phat3
Copy link
Member

@Phat3 Phat3 commented Jan 27, 2019

Add support for Java bytecode analysis using string constraints

@Phat3 Phat3 requested a review from ltfish January 27, 2019 06:47
Copy link
Member

@zardus zardus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing! I added a few comments throughout, if you could take a look.

Excited to get this merged!

claripy/ast/base.py Outdated Show resolved Hide resolved
claripy/backends/__init__.py Outdated Show resolved Hide resolved
claripy/frontends/portfolio_frontend.py Outdated Show resolved Hide resolved
claripy/backends/__init__.py Show resolved Hide resolved
claripy/__init__.py Outdated Show resolved Hide resolved
claripy/ast/strings.py Outdated Show resolved Hide resolved
claripy/ast/strings.py Outdated Show resolved Hide resolved
claripy/backends/__init__.py Outdated Show resolved Hide resolved
claripy/backends/backend_concrete.py Outdated Show resolved Hide resolved
claripy/operations.py Outdated Show resolved Hide resolved
claripy/simplifications.py Outdated Show resolved Hide resolved
claripy/smtlib_utils.py Outdated Show resolved Hide resolved
tests/test_backend_smt.py Show resolved Hide resolved
tests/test_solver.py Outdated Show resolved Hide resolved
Phat3 and others added 27 commits February 8, 2019 00:02
Addedd a dummy concat operation fro strings (both symbolic and concrete) in order
to understand the entire calling chain in claripy

Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Added all the equality (=) and inequality (<, >, !=, ...) operations for strings.
Now the AST is constructed in a correct way for all these operations.

Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Lukas-Dresel and others added 17 commits February 8, 2019 00:22
…e z3 4.8 at least]

Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
Phat3 and others added 2 commits February 8, 2019 00:31
Signed-off-by: Sebastiano Mariani <mariani.sebastiano@gmail.com>
@ltfish ltfish self-assigned this Feb 8, 2019
@ltfish ltfish added the feature label Feb 8, 2019
@ltfish ltfish merged commit 61e4a49 into master Feb 8, 2019
@ltfish ltfish deleted the feat/mixed_java branch February 8, 2019 18:26
@rhelmot rhelmot mentioned this pull request Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants