edsky

Results 8 comments of edsky

I wrote a similar implementation in rust. **Only realized loading windows pe.** Lack of gdtr implementation, tls implementation and api hook. It used to be when a private project was...

You can refer to the implementation of [yapi](https://github.com/ez8-co/yapi), which supports injection of 32-bit processes into 64-bit processes under C++. Confirm whether the injection is successful can be determined by remote...

This problem of EnumProcessModulesEx can be easily solved. One way is to call NtQueryInformationProcess through wow64, and the other way is to directly call NtWow64QueryInformationProcess64. For related codes, please refer...

> I think this is something that could be fixed in the project template for new projects. That was what I was starting with, which surprised me that it didn't...

The latest version of Tauri supports setting proxies, and if dependencies can be updated, users can choose to configure proxies themselves.

> > The latest version of Tauri supports setting proxies, and if dependencies can be updated, users can choose to configure proxies themselves. > > I couldn't find any information...

The problem still exists, the patch just turns off xref. FRR: 8.5

> Hello, > > I'm not a developper of the package, I'm not sure why you need to perform modulus using order but this could be a hint to adapt...