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

Use information of operand value to determine type for java locals #789

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Dec 31, 2023

  1. Use information of operand value to determine type for java locals

    This PR uses the already existing information of the operand's value type to determine the type for java locals. Previously, most of the stack variables were of "unknown" type
    .
    Fixes soot-oss#635
    oxisto committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    8481c4b View commit details
    Browse the repository at this point in the history
  2. Getting rid of more unknowns

    oxisto committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    5f72ac9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    08f1d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44554b View commit details
    Browse the repository at this point in the history