Mario Hüttel mhu
mhu pushed to master at mhu/patchelfcrc 2023-01-06 20:15:42 +01:00
dc85955859 Fix style issues in main.c
5ec8d8d90b Fix style issues in named_crcs.c
e33c48618b Fix style in xml.c
Compare 3 commits »
mhu pushed tag v0.1.0 to mhu/patchelfcrc 2023-01-06 18:52:30 +01:00
mhu deleted branch xml-export from mhu/patchelfcrc 2023-01-06 18:50:09 +01:00
mhu pushed to master at mhu/patchelfcrc 2023-01-06 18:50:09 +01:00
5067527394 Merge pull request 'Implement xml export / import' (#3) from xml-export into master
2c39c8fd8f Update man page
c41214fc75 Finish import/export functionality
aa15e1a541 Read section name from XML
e93b42dd40 Make name of sections in XML file a necessary string with a minimum length of 1
Compare 21 commits »
mhu merged pull request mhu/patchelfcrc#3 2023-01-06 18:50:08 +01:00
Implement xml export / import
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 18:49:56 +01:00
2c39c8fd8f Update man page
mhu commented on pull request mhu/patchelfcrc#3 2023-01-06 18:46:43 +01:00
Implement xml export / import

man file still incomplete

mhu created pull request mhu/patchelfcrc#3 2023-01-06 18:46:22 +01:00
WIP: Implement xml export / import
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 18:44:31 +01:00
c41214fc75 Finish import/export functionality
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 17:32:48 +01:00
aa15e1a541 Read section name from XML
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 17:30:36 +01:00
e93b42dd40 Make name of sections in XML file a necessary string with a minimum length of 1
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:37:30 +01:00
06fe82b2f1 Add missing newline to error prints
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:33:23 +01:00
5134d1b974 Fix print_warn() macro
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:28:41 +01:00
1d5219cc18 Add print_warn() macro and the --use-vma option
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:17:52 +01:00
1528700d31 Add reading of LMA
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:06:50 +01:00
376ef75964 Correctly implement LMA calculation.
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 15:12:45 +01:00
0df385e4e7 Add LMA to handling of XML and debug output. LMA notr yet correclty calculated and is always equal to VMA
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 14:55:32 +01:00
eeb2027884 reimplement reading of program headers. They are needed to derive the LMA of sections
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-04 21:42:12 +01:00
2c50964581 Add preliminary code to read CRCs from XML. CRC value still missing
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-04 19:54:26 +01:00
fda6e92615 Successfully import CRC config data