Closed Tcll closed 5 years ago
Looks a lot like some functionality I didn't finish implementing. Removing since it's effectively dead code. Thanks!
aww, you could've used that to make a decent UI at least.
maybe I just expected too much =3=
(your code helped me work on my own (better designed) ctypes port which includes these wrappers for such purpose (keep an eye out for cbin
), and yes, I will be giving you credit (hope you keep your profile)) ;)
in any case, I'm glad I could help out :)
Yeah, my ctypes wrappers are a bit chaotic :D in my defense I never expected them to grow so much when I started this project!
On Wed, 26 Dec 2018 at 17:13, Tcll notifications@github.com wrote:
aww, you could've used that to make a decent UI at least. maybe I just expected too much =3= (your code helped me work on my own (better designed) ctypes port which includes these wrappers for such purpose (keep an eye out for cbin), and yes, I will be giving you credit (hope you keep your profile)) ;)
in any case, I'm glad I could help out :)
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/MarioVilas/winappdbg/issues/48#issuecomment-449987792, or mute the thread https://github.com/notifications/unsubscribe-auth/AAN6U6IX-xImeJxgaqWBBsBxortO0Dzdks5u86AagaJpZM4ZgS-T .
-- “There's a reason we separate military and the police: one fights the enemy of the state, the other serves and protects the people. When the military becomes both, then the enemies of the state tend to become the people.”
I'm not sure how important the needed structures are in the mechanics of the
GetObject
function (if they're ever hit), but they should at least be defined for completeness...also, is
LOGEXTPEN
supposed to beEXTLOGPEN
?? https://docs.microsoft.com/en-us/windows/desktop/api/wingdi/ns-wingdi-extlogpen or isLOGEXTPEN
actually defined??