cesena / ghidra2dwarf

🐉 Export ghidra decompiled code to dwarf sections inside ELF binary
MIT License
179 stars 17 forks source link

Crash: 'bool' object is not callable #2

Closed io12 closed 3 years ago

io12 commented 3 years ago
Traceback (most recent call last):
  File "/tmp/dump/ghidra2dwarf/src/ghidra2dwarf.py", line 427, in <module>
    print is_pie(curr)
TypeError: 'bool' object is not callable

From the recent few commits, it looks like is_pie was changed from a function to a bool, but this print line wasn't updated.