Commit Graph

8 Commits

Author SHA1 Message Date
Aymeric Vincent 5dbf046bbe In interactive use, allow C-like prefixes to choose the base of integers
Use Python's int(s, 0) to allow string "s" to specify its base where
addresses and offsets can be supplied.
This change makes the situation homogeneous among the various examples and
interactive usage.
2015-10-27 21:27:27 +01:00
Fabrice Desclaux 60d795119c Example/Disasm/Full: fix follow_call option 2015-06-29 12:52:55 +02:00
Mathieu Geli 2c80b067e0 Treat properly multiple addresses as advertised 2015-06-16 14:27:09 +02:00
Ajax 85e67bc06a TestAll: Update disasm 'file.py' example address 2015-05-27 11:02:57 +02:00
Ajax b9dcf09ba8 DisasmFull: The architecture is now an optionnal argument, otherwise cont.arch is used 2015-03-19 10:39:01 +01:00
Ajax 1edede4133 Disasm/Full: args.address can be empty, otherwise default_addr code is never reached 2015-03-19 10:37:56 +01:00
Camille Mougey 69181d034b Example/Disasm/Full: Compute IR with & without analysis on -g 2015-02-24 12:50:33 +01:00
Camille Mougey 9206458e0f Example: Move disasm's examples to a disasm directory 2015-01-23 17:24:43 +01:00