Hi,
Not sure if this is the correct forum but I didn't see a development forum.
We use ndisam to debug output from our jit compiler. In re-targeting our compiler to x64 I discovered that the offset argument is only a 32 bit value. However, we generate our code in memory so the code locations are 64 bit pointers on x64. Taking a peek at the source, it seems straight forward to change ndisasm offset to a 64 bit type. Has this ever been discussed? Are there any issues I'm overlooking?
Thanks
Chris