NyaMisty
NyaMisty
Well, can you use AltServer without netmuxd?
I've got an idea. maybe usbmuxd is considering a better approach to handle mDNS, which doesn't have an cross-platform library. We can actually add an interface to usbmuxd. The interface...
I'm not mean to be offensive, but I wonder why we need to care about things like this? IDArling and IDA aren't used in a large-scale or long-time running scenario,...
But I also suggest that we solve this issue when we already have a pre-release
Well I've tried to document it, but it's pretty hard to describe. # What's the `JUPYTER_CONNECTION` The `JUPYTER_CONNECTION` is simply the kernel connection file, which is a path to json,...
also note: I moved the script `ipyida/ipyida_plugin_stub.py` 's location, as I'm using an old way that clone the repo to local and loading it using a plugin loader, so I...
Oh the hook the IDA library is actually not something new. The plugin called [`REtypedef`](https://github.com/zyantific/REtypedef) achieved the typedef function through hook the *demangle* function in IDA.wll, and it's in fact...
Well sorry I misunderstood you just now. In this way it's really a big dilemma. Personally, I think that we can use hooking as a temporarily workaround, and wait Hex-Rays'...
Oh it's the jmp part, that's quite easy and can be achieved in various way, but we need the trampoline, which contains the overwritten instructions to call the original function....
OK, got it ;)