Home
last modified time | relevance | path

Searched refs:all_code (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Ddecodecode161 # @all_code: code in bytes without the marker
166 local all_code="$1"
176 all_code=$(echo $all_code | sed -e 's/[<>()]//g')
180 get_substr_opcode_bytes_num "$all_code" "$line"
192 # Delete matched opcode bytes from all_code. For that, compute
200 all_code=$(echo $all_code | sed -e "s!^.\{$del_chars\}!!")