sqall01 / ZwoELF

An ELF parsing and manipulation library for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modifySymbolValue

haowayne opened this issue · comments

I used the modifySymbolValue.py. However, I cant find the difference between the inputfile and the outfile according to IDA.
Can you check for it or explain what is the main principle?

Regards

IDA started to use segments instead of sections somewhere around version 7. I just found out recently when I was explaining something in a course. So there is no difference anymore.

Regards,
sqall