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

feat: Improve il2cpp line mapping parser #595

Merged
merged 4 commits into from
Jun 13, 2022
Merged

Commits on Jun 13, 2022

  1. feat: Improve il2cpp line mapping parser

    The parser will now look for the next non-comment line when it encounters
    a source_info comment and take that as the cpp_line, instead of just taking
    the source_info comment line itself.
    loewenheim committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c7d2fd1 View commit details
    Browse the repository at this point in the history
  2. Add longer unit test

    loewenheim committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    cfcfa27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d891f18 View commit details
    Browse the repository at this point in the history
  4. Clean up comments

    loewenheim committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8423d46 View commit details
    Browse the repository at this point in the history