blob: 4484d323207ba8649dd671c0cfae8d5718380220 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
|
# Changelog
## [Unreleased]
## 0.1.5 - 2023-04-18
### Fixed
- header files for pip
## 0.1.4 - 2023-04-04
### Added
- Support minimal PE/TLS
- Added docstring by @williballenthin
- Added remove_memory_page api by @carolineLe
- Added minimalist linux env by @Frky
- Documentation of expression
- Documentation translation by @carolineLe
- EXCEPT_SYSCALL by @Te-k
- Use int(expr) instead of expr.arg.arg
- IDAPython 7.4 porting by @nofiv
- Fixed jitter on Windows by @jbgalet
- Add trace api by @carolineLe
- Add LocationDB documentation
- Add Lifter documentation
- Update to ida 7.x by @su-vikas
- CI for python 3.10
### Fixed
- Str/bytes api by @WilliamBruneau
- Fix pe loader by @carolineLe
- Fix VirtualProtect when splitting access rights by @carolineLe
- Bug in ms x86-64 calling convention by @Frky
- Clean SSA api
- fix MIPS/PPC/ARM by @IridiumXOR
- Fix win/seh ListEntries by @carolineLe
- Fix propagation expression algorithm
- Replace api jitter.set_win_str by set_win_str(jitter...)
- Fix Win api by @carolineLe
- Llvm jitter by @aguinet
- Fix Win api by @icecr4ck
- Fix Win api by @Frky
- Fix BitField by @w4kfu
- Fix pe loader by @Ana06
- Ida examples
- Renamed *arch lifters
- Docker by @clslgrnc
- REX prefix by @KKomarov
- Fix winapi by @tdrrdt
- pyparsing dependency/setup.py by @P403n1x87
- pop reg sp by @0xeb
- Fix collections by @williambruneau
- call back arm by @0xling
- documentation by @CLOVIS-AI
- many fixes by @CLOVIS-AI
- really manu fixes by @CLOVIS-AI
### Removed
- asm_raw/asm_bloc/asm_bloc_bad old class (deprecated)
- python 2.7 by @mrexodia
## 0.1.3 - 2019-12-12
### Added
- Miasm can be installed with PIP (https://pypi.org/project/miasm/)
### Fixed
- Fixed DSE mem_read
## 0.1.2 - 2019-12-11
### 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
- Support Python2/Python3 done with @p-l-
- Aarch64/PPC/x86 instructions/semantic
- rev16/nop/ldrsb added by @hax0kartik
- x86 rep instruction fixed by @nofiv
- x86 ENDBR32/ENDBR64/CET fixed by @WilliamBruneau
- SSA unused var
- .shift to .base_address by @su-vikas
- Propagate Phi with same sources
- Clean unssa code
- simplification fixed by @jie-lin
- simplification fixed by @icecr4ck
- Update/clean jitter code
- PyGetInt/Python3/Bignum fix by @WilliamBruneau
- macOS code fix by @trufae
- macOS fix/updt by @icecr4ck
- tipo by @Spl3en
- Rename/Include `elfesteem` as `loader` in Miasm
- Fix str/bytes by @carolineLe
- Fix loader vm2pe by @WilliamBruneau
- Codespell by @WilliamBruneau
- internal representation for path as str
- int1 handling by @losynix
- x86 fix (ud2, roundsd, ir) by @htfy96
- IDA graph example by @WilliamBruneau
- Compilation on android by @WilliamBruneau
- fix imports by @themaks
- fix readme by @monperrus
- get_win_str_[aw]/set_win_str_[aw] API out of jitter
- get_c_str/set_c_str API in jitter
- sembuilder fix by @htfy96
- x86/rep by @a-vincent
- Add simplifications regression tests
- add sc2pe/get_export by @WilliamBruneau
## 0.1.1 - 2019-01-16
### Added
- Graph: add postdominators computation from [@GAJaloyan](https://github.com/GAJaloyan)
- Multiple X86/MeP/Arm/Amrt/Aarch64 mnemonics ([@guedou](https://github.com/guedou), [@w4kfu](https://github.com/w4kfu), [@nguigo](https://github.com/nguigo))
- Qemu regression tests for X86_64
- Start export of the intermediate language to LLVM
- IR simplifications
- Typos & codespell checker from [@p-l-](https://github.com/p-l-)
- High level flags for MSP430
### Fixed
- Out-of-SSA with new algorithm
- Travis cleanup/rework/improvement from [@stephengroat](https://github.com/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](https://github.com/Mizari)
- Various fixes
- Instruction to_string from [@nofiv](https://github.com/nofiv)
## 0.1.0 - 2018-11-12
### Added
- Support for Windows added from [@0vercl0k](https://github.com/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](https://github.com/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](https://github.com/guedou)
- Add constant expressions propagation (ssa based)
- Support for ARM SVC added from [@aguinet](https://github.com/aguinet)
- Introduce `ExprMem.ptr`
- Add various expression simplifications
- Add immediate postdominator computation from [@GAJaloyan](https://github.com/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 management
- 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
## 0.0.1 - 2018-03-12
### Added
- This CHANGELOG file
- Version tracking
[Unreleased]: https://github.com/cea-sec/miasm/compare/v0.1.0...HEAD
|