Mario Hüttel mhu
mhu pushed to master at mhu/patchelfcrc 2023-01-20 19:40:08 +01:00
faeab33375 Allow for ELF files without program headers e.g. unlinked object files.
7e414f8576 Enhance verbose output of section table
933680c80d Use builtin byteswap functions to perform endianess conversion
891df1803e Add byteswap and endian destection code to elfpatch
Compare 4 commits »
mhu pushed to master at mhu/stm32l010x4-template 2023-01-17 23:00:11 +01:00
087adf06cc Remove cmsis folder from include paths. Include requires #include <cmsis/file.h>
mhu created branch master in mhu/stm32l010x4-template 2023-01-17 21:27:14 +01:00
mhu pushed to master at mhu/stm32l010x4-template 2023-01-17 21:27:14 +01:00
3bbd53b0d5 Add initial template for STM32L010x4
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 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 deleted branch xml-export from mhu/patchelfcrc 2023-01-06 18:50:09 +01:00
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