Artem Khramov

Results 13 issues of Artem Khramov

**Describe the bug** Inability to set uid of a jailed process. **To Reproduce** Consider the following use-case: I'm trying to change uid of a process running inside the jail. For...

bug

Currently building the library fails on windows/aarch64, becaues the unwinding functionality relies on x86 registers. This commit ports the library to windows/aarch64 by utilizing the coresponding aarch64 registers.

For PE images we use file offsets to calculate symbol addresses in memory. However PE loader uses RVAs (relative virtual addresses) instead, so the current approach breaks for newer python...