1

I'm trying to Patch a 32bit ELF file with Hopper disassembler

The ASM code I use is like the following

mov dword ptr [eax], 15

But when I enter that expression, Hopper consider it as invalid? It works perfectly in IDA and I'm not sure why

enter image description here

Any ideas?

daisy
  • 123
  • 4

1 Answers1

2

I've checked version v3 and yes, it does not work with such instruction and it does work in v4. There are few bug reports that might be related to such issues.

  • FS#155
  • FS#162

Unfortunately I couldn't find if there is any workaround for this apart from installing a latest one.

Paweł Łukasik
  • 4,912
  • 1
  • 14
  • 27