Generation

linuxFri, 09 Jun 2023

linux program ( like a sorf ) to format another elf binary response code into a decent string

objdump -d response | grep -e '<.+>'| awk '{print $2}' | cut -d'<' -f2 | cut -d'>' -f1 | xargs -I {} echo -n `printf "\x{}"`

Questions about programming?Chat with your personal AI assistant