Florian Bernd
Florian Bernd
Im just curious: Is there a specific reason you want to call this internal function?
@CandyMan30 I sadly didn't had time to maintain the Pascal bindings very actively. The old version can be found in this repository: https://github.com/zyantific/zydis-pascal I'm happy to upload you the up...
Hi, thanks for reporting. This looks like a specification issue. As far as I can tell, all other places are using `long` for `total_count`.
Hi @milos-matic-comparis! Did you try the latest 8.13 version? The fix should be included there 🙂
Ouch. I see the problem now. My PR in the specification repository changed the type in the wrong place. I'll fix that 🙂
Thanks for hinting this. Removing the "end of support" targets is probably a good idea. `net461` should be replaced by `net462` as well. I have to check if we introduce...
Hi @michael-celani, thanks for reporting! This seems to be an issue in the specification.
Hi @michael-celani, does this bug still exist in 8.13.7?
Hi @yansklyarenko, thanks for the detailed report. In the specification, the `DynamicTemplates` property is explicitly defined like this: ```ts dynamic_templates?: Record | Record[] ``` This might be incorrect. I'll try...
@gpetrou Yes. In the meantime please downgrade to the last version, if possible.