flobernd
74c3211dd0
Added missing `extern "C"` block in `String.h`
2018-03-07 14:56:45 +01:00
flobernd
81b45d39dd
Removed non-ASCII characters
2018-02-28 18:57:04 +01:00
flobernd
7d2a3c05ad
Removed all trailing whitespaces
2018-02-28 18:15:18 +01:00
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