Results 11 comments of Bruce Chen

That's unfortunate...I really like idapkg, and I use it quite frequently. It makes installing IDA plugins really convenient, the best thing is that you don't even have to re-install the...

Thanks for replying ! Here are some of my thoughts : For self hosting idapkg, it would be nice if you can add some documentations of how to set up...

@Jinmo since now v0.1.4 has some issue with virtualenv ( #18 ) I would like to know the progress about this issue ? I found that you just need to...

> In addition, could you elaborate more on this issue? So in my VM I had my python3.8 installed: ``` >where python C:\Users\\AppData\Local\Programs\Python\Python38\python.exe >py -m pip --version pip 20.1.1 from...

`pykd.getVaProtect` won't work in kernel debug mode. Must find another way to get the memory protection info

https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/rm--register-mask-

PR #12 fix the `pykd.getVaProtect` issue temporarily

@GlacierW cool ! Let's leave this issue open as a reminder.

@scwuaptx I think I've found the root cause. Somehow in libc-2.27 `_int_free()` became inline in `__libc_free()` so it won't call `_int_free`, it just jump to a certain address in `_libc_free()`...

Closing issue due to discontinuation of the project