Andrew Lamoureux
Andrew Lamoureux
Here is a simple struct with bitfields: ``` struct relocation_info { uint32 r_address; uint32 r_symbolname:24; uint32 r_pcrel:1; uint32 r_length:2; uint32 r_extern:1; uint32 r_type:4; } ``` After parsing (`result = cparser.relocation_info(data)`),...
In strided intervals, the maximum and minimum values for a given width are returned by four functions, depending on how you want to interpret the bits. For unsigned interpretation there...
**Errant Behavior:** In (at least) the following case, widening has no effect, although the interval being widened to has a value not included in the first interval: Interval a covers...
I get "pref , 0x1f(0xf000d)" if the pref is alone, or "pref 0, 0x1f(0xf000d)" if preceded by NOP. Instructions other than nop can affect this operand in different ways, but...
**Version and Platform (required):** 3.5 **Bug Description:** MIPS rebasing doesn't adjust $gp, references to $gp-sensitive stuff is lost on rebase, like the global offset table. **Steps To Reproduce:** Open the...
no idea where this image is, but in 2005.html there are clues for it: "2005.jpg" width=562 height=700
Shows up as: ``` Traceback (most recent call last): File "/path/to/Downloads/web-dl/./web-dl.py", line 49, in main() File "/path/to/Downloads/web-dl/./web-dl.py", line 35, in main video_keys, audio_keys = decryptor.extract_keys(args.url()) File "/path/to/Downloads/web-dl/modules/decryptor.py", line 129, in...