libmatch icon indicating copy to clipboard operation
libmatch copied to clipboard

Results 3 libmatch issues
Sort by recently updated
recently updated
newest added

Two small changes that fix the project to work with the most recent version of angr.

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':...

To use libmatch in my local enviroment (ubuntu-22.04). I got an error when I try to execute: `./utils/unblob -U --scoring -L ./objects/arm-none-eabi.lmdb -Y ./bins/Nucleo_i2c_master.elf ./bins/Nucleo_i2c_master_addrs.yml`. Full error info. are as...