diff --git a/buffer-overflow-libc/src/scenes/printf.tsx b/buffer-overflow-libc/src/scenes/printf.tsx index 5820532..fdf0a9a 100644 --- a/buffer-overflow-libc/src/scenes/printf.tsx +++ b/buffer-overflow-libc/src/scenes/printf.tsx @@ -145,5 +145,20 @@ mov esi, 1 )) ); - yield* beginSlide("Add text"); + yield* beginSlide("Reorder"); + + const spacer = createRef(); + innerLayout().insert( + <> + + , 0 + ); + + yield* spacer().grow(1, .3); + + innerLayout().justifyContent("end"); + + spacer().remove(); + + yield* beginSlide("Reorder"); });