I will solve shattered tablet from HackTheBox

Untitled

Download the challenge and run file on it

Untitled

It’s a normal 64-bit ELF file

now let’s run it!

Untitled

hmm it takes an input from us!

let’s open ghidra

Untitled

hmm okay look there is a flow for that

we have local_48 —> local_28 used in the If Statement!

so we will follow this logic we will combine all the values for the local_48 first down to the values of local_28

HTB{br0k3n_4p4rt...n3ver_t0_b3_r3p41r3d}

and we got the flag amazing!