libmatch icon indicating copy to clipboard operation
libmatch copied to clipboard

Unable to manually specify base_addr and entry_point correctly

Open cwright7101 opened this issue 5 years ago • 0 comments

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)

cwright7101 avatar Feb 26 '20 21:02 cwright7101