It is a common use case to analyze a file that contains contract init and runtime (rt) bytecode. If you give this to ethersplay, it only analyzes the init bytecode, which is not very useful. if it is possible, ethersplay should detect runtime bytecode and disassemble it also.
at the very least, ethersplay should allow the use to click "create function here" at the location of the rt bytecode. currently, this seems broken.
here is an example bytecode file with both init and rt code
x.bytecode.zip