Coldzer0

Results 33 comments of Coldzer0

@flobernd I added `EncodeFromScratch` example and needed Types and APIs. I tested all three examples on Windows & Linux - x64. I moved all Types from `Disassembler`, `Decoder`, and `Formatter`...

Now, all examples are Delphi compatible. And compiles for Linux with FPC.

@flobernd You can merge this pull request, and I'll open a new one for the other examples and updates.

Hello @flobernd @MichaelDamsgaard I've been working on an update for the Pascal binding, and I made good progress. Here's the repo with what I've finished https://github.com/Coldzer0/zydis-pascal-new Any contribution would be...

The work I did was just a couple of hours work ^_^ So, It needs more work to be completed for a pull request. A pull request means I should...

@flobernd I just created the Pull request #2

Oh my bad I think I need to use `AppendDoc` not `Append`

I was writing notes about building something using OnBeforeBody and Parsing the Headers. And then we know we have the `Content-Type` to detect the `multipart` file upload and the `Content-Length`....

> My guess is that our `TStream` support should be separated from mullti-part decoding, because > > * Huge content could be sent without multi-part, but e.g. with or without...

> It is indeed not yet supported. > > But it is planned in the close future, with the upcoming proxy and reverse proxy features of our async server. We...