ProcMon-for-Linux icon indicating copy to clipboard operation
ProcMon-for-Linux copied to clipboard

Procmon is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools for Windows. Procmon provides a convenient and efficient way for Linux developers to trace the syscall a...

Results 35 ProcMon-for-Linux issues
Sort by recently updated
recently updated
newest added

Is possible to compile this project to target Android systems?

Future

Hi, I followed the steps below: ``` wget -q https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb ``` and then ``` sudo apt-get update sudo apt-get install procmon ``` but...

I just installed procmon (from the source) and when I do `sudo procmon` I get: ``` what(): filesystem error: directory iterator cannot open directory: No such file or directory [/sys/kernel/debug/tracing/events/syscalls]...

Using procmon 1.0.1 on openSUSE Tumbleweed, with the following cmake parameters: ``` /usr/bin/cmake /home/abuild/rpmbuild/BUILD/ProcMon-for-Linux-1.0.1/. '-GUnix Makefiles' -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_INSTALL_LIBDIR:PATH=lib64 -DCMAKE_INSTALL_LIBEXECDIR=/usr/libexec -DCMAKE_BUILD_TYPE=RelWithDebInfo '-DCMAKE_C_FLAGS=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables...

bug

On NixOS when running cmake there is no network access. I did not find a way to download the files before, and then give cmake a path to the downloaded...

Distro
Build
Future

https://github.com/microsoft/ProcMon-for-Linux/blob/ad86920331dda3315538ab0ee30fb24727aff82d/src/procmon.cpp#L17 line 17 checks the effective uid, signalling it's ok to come from a set user id root environment. However, right under it there's a call to system(), which clearly...

bug

Exceuse me! If I use python to write a picture into a specific folder, where can I find the path information? Thanks! ![Screenshot from 2021-07-06 20-19-29](https://user-images.githubusercontent.com/71008581/124688228-023a3180-df09-11eb-87b8-0349d3a13a56.png)

Hey guys, I also run into another issue when following the build instructions. When I am trying to make the .deb package running the command cmake .. it seems to...

I would love to see this optimized for use with the notcurses library to bring better graphics input/output to terminals. https://github.com/dankamongmen/notcurses/releases Example usage: https://github.com/dankamongmen/colloquy

Future