Erwan Grelet

Results 44 comments of Erwan Grelet

Oh okay, interesting ... Well, I'm not sure what the intent of the API is, I was hoping @jan-auer could clarify. `is_static`, `is_virtual` and `is_pure_virtual` suggest that the intent is...

Hi! That's right, fields and methods are grouped "manually" in a logical manner that do not represent the original source code's layout. That's an interesting point, it'd be great indeed...

Hi! Yes indeed, thanks for creating an issue to track this as I forgot to do it! Bitfields are actually always put inside of a union at the moment (no...

Seems handled since commit 615392abfff05c698953acb0cadf13151262d69e, closing this.

Hi! I cannot reproduce the issue. The OEP is properly found with v0.3.0 on my side.

Hi! That would be a good thing to have indeed. Would make developing features and bug fixes for Themida 2.x 32-bit clearly better. 👍

Hi @modz2014! You can look at the github actions for instructions on how to build an EXE with `pyinstaller`: https://github.com/ergrelet/unlicense/blob/943f783aeff2a1822e2053a6d852ac8adc1ee982/.github/workflows/py310-win64-ci.yml#L41 So with Poetry, it gives: ``` poetry install poetry run...

Hey! It seems able to produce an infinite loop in the emulation process indeed. I'll investigate.

Hi! Thanks for your interest in the project! I have started looking into various crashes related to that issue and at the moment I can't say I have a proper...