Releases: toniebox-reverse-engineering/hackiebox_cfw_ng
Releases · toniebox-reverse-engineering/hackiebox_cfw_ng
Nightly 2021-02-21 - Run ID 43
- Enhance logging in patch.c
- Fix several patches and targeted versions
- Fix ASM generation for BL(X) instruction
Nightly 2021-02-21 - Run ID 42
- Flag for enable/disable colored log
- Bugfix: Clear searchMemPos which led to wrong overwrites in the past
- Bugfix searchInMemory failed when first byte being a wildcard ??
- Enhanced log for searchInMemory fail
Nightly 2021-02-17 - Run ID 40
- Enable compiler optimiziations for debug artefacts (workaround to fix patches that are not read)
Nightly 2021-02-17 - Run ID 39
ATTENTION the bootloader might not load the patchfiles if the debug build is used (Only works if run via SWD)
- Relocator: Calculate the amount of memory to copy dynamicly (instead of hardcoded 32kB)
Nightly 2021-02-17 - Run ID 38
ATTENTION the debug bootloader won't boot as the relocator only copies 32kB and it is bigger than that
- Add logging to many pois
- Logger config via ngCfg.json
- JSON read optimizations (ignore comments starting with an underscore)
- Use \n instead of \r\n
- Optimize printf lib (remove unused features)
Nightly 2021-02-17 - Run ID 35
ATTENTION the debug bootloader won't boot as the relocator only copies 32kB and it is bigger than that
- several changes to the buildchain to have a debug and a build/production binary
- UART log added to the _debug artefacts (currently only used to log a initialization and load of a firmware)
The debug preloader loads up 48kB into the highest memory space, the normal one up to 32kB. Or it should, but it didn't
Please don't mix the debug preloader with the normal bootloader and vice versa!
Nightly 2021-02-16 - Run ID 34
- Dynamic ARM ASM bytecode generation / parsing (BL and B instructions)
- New noPass3.305 patch using dynamic bytecode generation / parsing
Nightly 2021-02-10 - Run ID 33
- increase Patch bytes (256) / name (32) / patches per slot (32).
- Another variant of the hide patch / rename + description
- Patch to remove block check <=8
- Multiple search and replaces patches per file
Nightly 2021-02-09 - Run ID 32
- (un)Hide Patch
Nightly 2021-02-05 - Run ID 31
- increase patch buffer
- Add "Null certificate Paths" patch (connection to boxine will fail)