Files
keystone-engine-keystone/bindings/python/keystone
Segev Finer 1123976377 Add asm(..., as_bytes=True) to Python bindings (#327)
When enabled, the assembled code will be returned as bytes (str on
Python 2) instead of a list of integers, this is more memory efficient,
faster (It's created using ctypes.string_at instead of a loop in
Python), and more convenient since that's the type that most code that
works with bytes in Python expects (That includes capstone).

Defaults to `False` for backwards compatibility, since changing the
return type is a breaking change.
2017-11-29 22:29:04 +08:00
..
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00
2016-04-28 21:06:49 +08:00