Commit Graph

10 Commits

Author SHA1 Message Date
flobernd 5a90a4d628
Removed `ZYDIS_INLINE` attribute from all exported `ZydisString*` functions 2018-02-26 23:12:57 +01:00
flobernd c596748158
Minor cosmetic changes 2018-02-26 21:57:53 +01:00
flobernd 6a8825ead2
Renamed some string-functions to match the existing naming convention (`ZydisString*`) 2018-02-23 02:23:45 +01:00
flobernd ef22aef632
Exported `ZydisString*` functions 2018-02-23 01:34:06 +01:00
flobernd 1d6c296c5f Renamed `ZydisStringAppendStaticEx` to `ZydisStringAppendExStatic` 2017-12-03 22:38:20 +01:00
flobernd 39facdf5fe Reworked `ZydisString` 2017-12-03 22:38:20 +01:00
Joel Höner 618557a814 Minor documentation tweaks 2017-12-03 22:38:20 +01:00
flobernd 07c325b367 Minor bugfixes 2017-12-03 22:38:20 +01:00
flobernd 02030c3b92
Various changes and refactorings
- Moved types and functions from `FormatHelper.h/c` to `String.h/c`
- Added `ZydisMnemonicGetStringEx` function that returns the mnemonic-string as `ZydisString` struct
- Added `ZYDIS_UNUSED_PARAMETER` macro
- Fixed omitting of operands in custom formatter-hooks
- Fixed `FormatterHooks` example
- Refactored some code
2017-12-02 06:36:12 +01:00
Joel Höner fa12ccb64b Switch to length aware string 2017-12-01 20:40:56 +01:00