Currently, in patcher.ml, we do several things, including calls to objdump, objcopy and an OGRE query to determine and perform specific patch placement business.
@ivg has suggested we use the built in Mem.to_buffer along with OCaml bytestring manipulation instead, avoiding the need for external functions.
Not entirely sure of how this would work in the details though, so some disucssion is needed.
Currently, in
patcher.ml
, we do several things, including calls toobjdump
,objcopy
and an OGRE query to determine and perform specific patch placement business.@ivg has suggested we use the built in
Mem.to_buffer
along with OCaml bytestring manipulation instead, avoiding the need for external functions.Not entirely sure of how this would work in the details though, so some disucssion is needed.