Skip to content

Releases: cea-sec/miasm

v0.1.3

12 Dec 09:02
fa83190
Compare
Choose a tag to compare

0.1.3 - 2019-12-12

Added

Fixed

  • Fixed DSE mem_read

v0.1.2

11 Dec 13:51
a900c85
Compare
Choose a tag to compare

Added

  • find_path_from_src added by @nofiv to DiGraph
  • Some simplifications (cst == X+ cst; X ^cst = cst)
  • Add a cache for C types
  • IR Simplifier
  • Add "remove_breakpoints_by_address" capability to jitter
  • compose_and_mask simplification by @icecr4ck
  • X86: high level op saturation semantic
  • Add extended tests for travis
  • memory breakpoint example by @idl3r
  • Miasm Logo

Fixed

v0.1.1

17 Jan 11:56
Compare
Choose a tag to compare

Added

  • Graph: add postdominators computation from @GAJaloyan
  • Multiple X86/MeP/Arm/Amrt/Aarch64 mnemonics (@guedou, @w4kfu, @nguigo)
  • Qemu regression tests for X86_64
  • Start export of the intermediate language to LLVM
  • IR simplifications
  • Typos & codespell checker from @p-l-
  • High level flags for MSP430

Fixed

  • Out-of-SSA with new algorithm
  • Travis cleanup/rework/improvement from @stephengroat
  • Jitter: pc update
  • Jitter/python: global refactoring
  • Change ExprMem pointer access (.ptr instead of .arg)
  • Rename IR operators idiv/imod to sdiv/smod for homogeneity
  • Clean replace_expr from @Mizari
  • Various fixes
  • Instruction to_string from @nofiv

v0.1.0

12 Nov 22:28
599ac30
Compare
Choose a tag to compare

Added

  • Support for Windows added from @0vercl0k
  • Support for Appveyor
  • Symbolic execution memory management has been rewritten. As a result, the
    global performance of symbolic execution has improved
  • Support for some of Thumb2 instructions
  • Support for build on OpenBSD
  • Support for mips32b emulation
  • Support for XMMs registers / 128 bits operations for all jitter engine
  • New IR word: ExpLoc (representing a location in the code)
  • New symbol management: LocationDB (replacing symbol_pool)
  • Split IRCFG from IntermediateRepresntation
  • SSA transformation added from @mrphrazer
  • Support ELF relocations
  • Support for SSE (with qemu test)
  • Support for full Linux environment emulation + syscall
  • Support for explicit flags (eflags + size extend)
  • Support for (buggy) un-ssa
  • Improvement of floats handling
  • Added Toshiba MeP architecture added from @guedou
  • Add constant expressions propagation (ssa based)
  • Support for ARM SVC added from @aguinet
  • Introduce ExprMem.ptr
  • Add various expression simplifications
  • Add immediate postdominator computation from @GAJaloyan

Removed

  • TCC support is dropped

Fixed

  • Trace api improved
  • Various fixes for the PPC architecture
  • Various fixes for the x86 architecture
  • Various fixes for ARM instructions
  • Various fixes in IDA plugins
  • Various code refactoring
  • No more default size in any Expr
  • ExprAff renamed to ExprAssign
  • Problems who might occurs when comparing for inequality (!=) in some of
    Miasm objects
  • Instruction parsing codes have been cleaned and simplified
  • Resource rebuilding for PE
  • Better BigEndian handling in Miasm
  • Misleading name EXCEPT_BREAKPOINT_INTERN is renamed EXCEPT_BREAKPOINT_MEMORY
  • Gentoo compilation
  • Jitter memory page managment
  • Sanitization of floats representation
  • Fix build on 32 bit machines
  • Fix DSE read/write bug
  • Sandbox's option use-seh renamed to the more precise use-windows-structs
  • Clean simplifier cache on pass enabling

Initial release

12 Mar 15:28
c1c36aa
Compare
Choose a tag to compare

Added

  • This CHANGELOG file
  • Version tracking