about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2023-04-05 23:28:02 +0200
committerGitHub <noreply@github.com>2023-04-05 23:28:02 +0200
commitf3a0f26acecf56d10b8d56eba4b330046f084ade (patch)
tree903c5b63c4728cdb0a40a4f6b9932c028cacbb84
parent5a09e18f78c4973189d6242ecf7c03a7e327986f (diff)
parent4288ef2e16a9bcb9329111e56cc03db6364bc611 (diff)
downloadmiasm-f3a0f26acecf56d10b8d56eba4b330046f084ade.tar.gz
miasm-f3a0f26acecf56d10b8d56eba4b330046f084ade.zip
Merge pull request #1440 from serpilliere/version_0.1.4
Release v0.1.4
-rw-r--r--CHANGELOG.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11419bb9..3fa70077 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,57 @@
 
 ## [Unreleased]
 
+## 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/)