You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, im having trouble generating the ISF from an Android kernel:
Goldfish 3.18
Arch: x86_64
dwarf2json: linux-module-method branch
I've tried 2 different ways (linux_build_module & vol2/tools/linux folders) to retrieve the module.ko from this kernel. But when trying to generate the ISF using dwarf2json im always getting the following error:
dwarf2json linux --elf linux_build_module/module.ko
Failed linux processing: error processing DWARF: decoding dwarf section str at offset 0x0: underflow
The Makefile im using to retrieve the module.ko looks as follows:
Hey, im having trouble generating the ISF from an Android kernel:
I've tried 2 different ways (linux_build_module & vol2/tools/linux folders) to retrieve the module.ko from this kernel. But when trying to generate the ISF using dwarf2json im always getting the following error:
The Makefile im using to retrieve the module.ko looks as follows:
Am I doing something wrong here or is this a problem with dwarf2json?
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: