Mario Hüttel mhu
mhu created repository mhu/stm32l010x4-template 2023-01-17 21:26:57 +01:00
mhu pushed to master at mhu/patchelfcrc 2023-01-15 21:38:02 +01:00
7be1d6a967 Automatically add version to man page
mhu pushed tag v1.0.0-rc1 to mhu/patchelfcrc 2023-01-15 21:26:56 +01:00
mhu pushed to master at mhu/patchelfcrc 2023-01-15 21:26:10 +01:00
e8a8abbe65 Remove debugging printfs
mhu pushed tag v1.0.0-rc1 to mhu/patchelfcrc 2023-01-15 21:24:37 +01:00
mhu pushed to master at mhu/patchelfcrc 2023-01-15 21:23:24 +01:00
71b1ad2a32 Allow generation of reversed CRCs in main function. Reversed CRCs are now supported.
mhu pushed to master at mhu/patchelfcrc 2023-01-15 21:20:50 +01:00
cf7d0c22f7 Add support for reversed CRCs in elfpatching
mhu pushed to master at mhu/patchelfcrc 2023-01-15 21:12:10 +01:00
6f40e37e81 Add support for the reversed CRC algorithm to CRC module
mhu pushed to master at mhu/patchelfcrc 2023-01-15 21:09:43 +01:00
84c60fc461 Add test output value to CRC list
mhu pushed to master at mhu/patchelfcrc 2023-01-06 20:24:10 +01:00
b47828014e Fix style issues in elfpatch.c
2c7ce64722 Fix style issues in crc.c
Compare 2 commits »
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