Skip to content

Unable to manually specify base_addr and entry_point correctly #1

Description

@cwright7101

In the unblob it will not let me specify the base address and entry_point correctly.

I believe you should change line 79 to 83 to:

main_opts={'base_addr': opts.base_address, 'arch': opts.arch, 'backend': 'blob', 'entry_point': opts.entry_point, 'force_rebase': True})

(Just changing base to base_address and entry to entry_point)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions