What's Changed
* Add a few missing primitive types by mrexodia in https://github.com/mrexodia/dumpulator/pull/71
* Module loading improvement by mrexodia in https://github.com/mrexodia/dumpulator/pull/72
* Implement a few AVX instructions to support memmove by mrexodia in https://github.com/mrexodia/dumpulator/pull/73
* Implement register groups and dp.regs.save/load by mrexodia in https://github.com/mrexodia/dumpulator/pull/74
* Workaround for bug in new unicorn memory management by mrexodia in https://github.com/mrexodia/dumpulator/pull/75
* Fix a bug in the minidump library to support guard pages by mrexodia in https://github.com/mrexodia/dumpulator/pull/76
* Improve the P[T] to support indexed writes by mrexodia in https://github.com/mrexodia/dumpulator/pull/77
* Rewrite module parsing to be more robust by mrexodia in https://github.com/mrexodia/dumpulator/pull/78
**Full Changelog**: https://github.com/mrexodia/dumpulator/compare/v0.2.3...v0.2.4