Dreg
Dreg
good catch! and good fix! Thx @m417z & @injertao @rwfpl , Do you think we could release a new version with these changes? IMO LAA support its a good feature...
btw @m417z jfyi **pointer integer** is implementation defined, So take a look: __sptr, __uptr https://docs.microsoft.com/en-us/cpp/cpp/sptr-uptr
> In this case, the pointer is first converted to an integer of the same size, so there's no pointer to integer (sign or zero) extension. I think it's OK....
My english sucks. So here an example: ``` /* compile as x86 32 bits program */ #include #include int main(void) { void* ptr = (void*) 0xFFFFFFFF; int64_t val1 = ptr;...
Example of use CreateRemoteThread64 + CloseHandle64 for wow64ext: https://gist.github.com/therealdreg/cc8dde5901d51a922c8c336b5adb7374
I made a PR with this feature: #12 Example of use CreateRemoteThread64 + CloseHandle64 for wow64ext: https://gist.github.com/therealdreg/cc8dde5901d51a922c8c336b5adb7374
@rwfpl can you merge this PR-fix please?
In x64 convention the first params are in registers. How to paint the register params in stack widget in a friendly-way?? We need a direct-way to inspect the args info....
ok, this feature can be very useful for a real-world reversing.
Bug confirmed in **master Nov 18, 2021** and **Teensyduino 1.55** **SOLVED** @Alaanasr81, While my PR #630 is merged by @PaulStoffregen, as workaround you can replace this file: Arduino\hardware\teensy\avr\cores\usb_disk\media_sdcard.c [media_sdcard.zip](https://github.com/PaulStoffregen/cores/files/7613672/media_sdcard.zip)