Crash report while uploading ELF binary

I’ve encountered a crash while using rev.ng

Steps to Reproduce (please fill)

  1. Create a new project
  2. Upload the file rk3588_bl31_v1.49.elf from rk3588: bl31: update version to v1.49 · rockchip-linux/rkbin@09c922d · GitHub
  3. Wait

Crash ID: f1ead5f6-6673-4e89-95dc-21fc2fb3ce68-d3f4f4d7-b923-445c-9f2a-16ccb3e317b2

Thanks for reporting this, we’ll take a look.

OK, it turns out the layout of the input binary triggers a limitation in our QEMU-based lifter.
ptc_mmap fails to map the binary.

Luckily, this problem should be addressed in a branch we’re going to merge soon feature/libtcg.