Currently to extract a script from a hex file we depend on the extended address record entry (:020000040003F7) to be immediately before the script start. This PR just goes through the hex file searching for the specific address _SCRIPT_ADDR and identifies it as the begging and end of the Python script.
Currently to extract a script from a hex file we depend on the extended address record entry (
:020000040003F7
) to be immediately before the script start. This PR just goes through the hex file searching for the specific address_SCRIPT_ADDR
and identifies it as the begging and end of the Python script.