This is related to https://github.com/mborgerson/pyxbe/pull/12 and only affects the output of XBEs which have duplicated section names.
Previously, the name of the duplicate was changed both in the dictionary and in its name field. This changes makes it so that pyxbe uses the original name for the name field, causing these two to differ, but preserving the original name, which is the desired behavior for a tool I'm currently working on.
This is related to https://github.com/mborgerson/pyxbe/pull/12 and only affects the output of XBEs which have duplicated section names. Previously, the name of the duplicate was changed both in the dictionary and in its name field. This changes makes it so that pyxbe uses the original name for the name field, causing these two to differ, but preserving the original name, which is the desired behavior for a tool I'm currently working on.