David

Results 197 comments of David

I'd love to help porting this but I'm not so familiar with this repository. Do you have a summary by chance which APIs aren't supported that RES needs that Safari...

Any updates on this? 😄

Thanks for the PR! I wanted to build this locally but ran into issues with the build step trying to download a arm ipfs binary that obviously didn't exist. How...

Are there news on copying a context/state? For example I'd like to create a base context, load a binary and some memory, and then branch off for individual functions

I've been wondering if there is a hacky solution that is usable from the python binding (snapshot isn't exposed)? I wanted to ship my own, but getting all internal state...

Ah I see, that's what I feared. Let me try the offset hack then. How about using something like lief that supports mach-o as I mentioned above to load the...

I have tried to use `lief` to load the binary into miasm. It's working good so far but I noticed a little problem related to the base address when using...

That makes sense, let me see if I can fix it when loading the binary with lief

This is a little older but I had the same question. Here's how you do it in chi: ``` mux := runtime.NewServeMux() opts := []grpc.DialOption{grpc.WithInsecure()} err = apiv1.RegisterXXXXXHandlerFromEndpoint(ctx, mux, fmt.Sprintf("localhost:%s",...

I came here from the https://github.com/lwouis/alt-tab-macos/issues/532 feature request. I want to give my +1 for a feature that allows to restore the existing CMD-TAB functionality to switch based on applications,...