Skip to content

Releases: toniebox-reverse-engineering/hackiebox_cfw_ng

Nightly 2021-02-21 - Run ID 43

21 Feb 21:34
Compare
Choose a tag to compare

Nightly 2021-02-21 - Run ID 42

21 Feb 18:31
Compare
Choose a tag to compare
Pre-release
  • 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

18 Feb 00:00
Compare
Choose a tag to compare
Pre-release
  • Enable compiler optimiziations for debug artefacts (workaround to fix patches that are not read)

Nightly 2021-02-17 - Run ID 39

17 Feb 22:51
Compare
Choose a tag to compare
Pre-release

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

17 Feb 21:54
Compare
Choose a tag to compare
Pre-release

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

17 Feb 00:27
Compare
Choose a tag to compare
Pre-release

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

16 Feb 00:34
Compare
Choose a tag to compare
Pre-release
  • 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

10 Feb 21:19
e05b3f8
Compare
Choose a tag to compare
Pre-release
  • 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

09 Feb 15:32
Compare
Choose a tag to compare
Pre-release
  • (un)Hide Patch

Nightly 2021-02-05 - Run ID 31

05 Feb 15:01
Compare
Choose a tag to compare
Pre-release
  • increase patch buffer
  • Add "Null certificate Paths" patch (connection to boxine will fail)