sqall01 / ZwoELF

An ELF parsing and manipulation library for Python
GNU General Public License v2.0
74 stars 26 forks source link

modifySymbolValue #7

Closed haowayne closed 6 years ago

haowayne commented 6 years ago

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

sqall01 commented 6 years ago

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