Michael House

Results 6 issues of Michael House

I removed a lot of the cruft from the previous iteration of the cursor and tried to limit the changes a little bit. The LayoutResult is being moved into the...

**Bevy Tilemap version** bevy = "0.5" bevy_tilemap = "0.4.0" **Operating system & version** Ubuntu 20.04 **What you did** 1. Created a 30x30 hex tile map 2. Modified `transform.scale` of the...

bug

**Bevy Tilemap version** commit: 474bd2f012075f7eec10579462135c1f0085a0bf **Operating system & version** Ubuntu 20.04 **What you did** Modified `hex_tile_odd_rows` example to allow panning and zooming (re-scaling). **What you expected to happen** The view...

bug

I'm using Ghidra to examine the binary located [here](https://github.com/seemoo-lab/nexmon/blob/master/firmwares/bcm4375b1/18_41_8_9_sta/bcmdhd_sta.bin_b1) and had a few questions. * What language should I pick in Ghidra? I can't find any target architecture information in...

I'm working on a project that requires me to identify the offset and size of particular operands in the original binary. I need to know the size, in bytes, of...

X86

I'll have a PR out for this is a minute, but it seems to work. Is there some reason this wasn't already implemented? It seems fairly straightforward. I added the...