Skip to content

Unable to manually specify base_addr and entry_point correctly #1

@cwright7101

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)

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