Ulf Frisk
Ulf Frisk
I haven't added support for forward imports yet. Issue is that by default it's going to be quite resource intense if I do it everywhere (i.e. slow things down due...
I've added this functionality in the new release. It should handle forwarded exports recursively now. Apologies for the slow fix, but it haven't been the main priority, but still a...
Unfortunately there is no absolute direct 1:1 mapping. The VADs are the way to go; but the VADs may contain a lot of unallocated non-committed memory as well. If the...
Please let me check into this. It seems odd that the MemProcFS value is exactly 0x1000 times larger than your value (i.e. one page). There may be some extra page...
I haven't modeled this API after the WinAPI. I more modeled it after what exists in the VAD data structures in the kernel. It's similar but not exactly the same....
Window handles aren't supported right now; but it would be a really good idea to add them. I think I should place this on my todo list :) I don't...
sadly not, I got caught up coding a new subsystem that I hope to add soon; also I'll be away this weekend. I'll try to look into it next week.
I'm sorry, I haven't looked into this yet. I prioritized getting my new pool parsing feature finished and I've been busy elsewhere this weekend. I'll try to look into it...
I think this would be pretty hard to get 1:1. For now the VAD map would be the closest thing. If checking the regions in the above example they are...
I'm closing this issue due to old age. Like I mentioned in my last post the ranges would be pretty hard to get 1:1. For now the VAD map would...