Flowdock
method

load_from_binary

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: InstructionSequence
load_from_binary(p1) public

Load an iseq object from binary format String object created by RubyVM::InstructionSequence.to_binary.

This loader does not have a verifier, so that loading broken/modified binary causes critical problem.

You should not load binary data provided by others. You should use binary data translated by yourself.

Show source
Register or log in to add new notes.