Skip to content

Commit 38c81bb

Browse files
fix typo in hitcon dtb writeup
1 parent 120ae4b commit 38c81bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2021/hitcon-ctf-2021/dtb/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ if (state) {
9393

9494
Regmap overlapping doesn't work by default because of `memblock_is_memory` which scans `memblock.memory`, but overwriting `memblock.memory.regions[0].base` (`0x41df0f88`) with the spin table primitive allows us to bypass the check. With the overlapping regmap, we could flip arbitrary bit in the kernel code, and patching the kernel to make an LED device loads its color name from the flag location was straightforward.
9595

96-
[This is our final exploit (example.dts).](./example.dts) and [generator](./xor-patcher.py)
96+
[This is our final exploit (example.dts).](./example.dts) and [generator](./xor_patcher.py)

0 commit comments

Comments
 (0)