Results 55 issues of m4b

I almost always want a calculator that defaults to hexadecimal when messing around with binary stuff. I propose adding a calculator as a separate tab, or even a simple text...

I've been seeing cases of indirect calls like: ```asm _init sub rsp, 8 mov rax, qword ptr [rip+0x2009ad] test rax, rax je 63a call rax add rsp, 8 ret ```...

I-question
A-core

``` Linux efrit 4.18.16-arch1-1-ARCH #1 SMP PREEMPT Sat Oct 20 22:06:45 UTC 2018 x86_64 GNU/Linux pacman -Qi vulkan-intel Name : vulkan-intel Version : 18.2.3-1 Description : Intel's Vulkan mesa driver...

It is time for scroll to become 1.0 I believe the work started by @willglynn and seconded by others, namely, having pwrite take a reference is a good idea, is...

In anticipation of #47, the final remaining piece for working with arbitrary data safely is to figure out how to pread large objects without blowing the stack. Most system languages...

E.g., this is already going to be a problem: https://github.com/m4b/goblin/issues/105 Need to figure out path forward for packed structs (and if there is any work that scroll needs to do...

help wanted
question

I.e., this error message sucks: ``` type is too big (68719476740) for 7828 ``` I just realized tho, that we can "recover" the error; if we simplify our internal types...

enhancement
help wanted

if the size is 0, this will abort on a sub overflow in debug mode. ```rust fn alloc( &mut self, device: &B::Device, size: u64, align: u64, ) -> Result {...

I do a lot of: ```rust // get internal struct from somewhere let mystruct = GetMyStruct::get(); let mut req = Req::new(); // now convert that struct anually to the request...

I cannot enumerate usb audio output devices on linux with alsa, either on an archlinux x86 laptop or a raspberry pi. `aplay -L` returns e.g.: ``` ... snip hdmi:CARD=PCH,DEV=4 HDA...