Skip to content

Commit

Permalink
Update org (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioHewardt authored Nov 15, 2024
1 parent a861b4c commit a407c8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "sysmonCommon"]
path = sysmonCommon
url = https://github.com/Sysinternals/SysmonCommon.git
url = https://github.com/Microsoft/SysmonCommon.git
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please see the history of this file for instructions for older, unsupported vers
library `libsysinternalsEBPF.so`, header `libsysinternalsEBPF.h`, plus
resource files in `/opt/sysinternalsEBPF`. These can be installed from
the
[SysinternalsEBPF](https://github.com/Sysinternals/SysinternalsEBPF)
[SysinternalsEBPF](https://github.com/Microsoft/SysinternalsEBPF)
project or via the `sysinternalsebpf` DEB package from the
_packages.microsoft.com_ repository (see [INSTALL.md](INSTALL.md)).
If you installed SysinternalsEBPF via make install, you may need to add /usr/local/lib to the loader library path (LD_LIBRARY_PATH).
Expand Down Expand Up @@ -57,7 +57,7 @@ sudo apt -y install build-essential gcc g++ make cmake libelf-dev llvm clang lib
## Build
```
cd
git clone --recurse-submodules https://github.com/Sysinternals/SysmonForLinux.git
git clone --recurse-submodules https://github.com/Microsoft/SysmonForLinux.git
cd SysmonForLinux
mkdir build
cd build
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ resources:
- repository: Sysmon
type: github
endpoint: sysinternals
name: sysinternals/SysmonforLinux
name: Microsoft/SysmonforLinux

- repository: SysinternalsEBPF
type: github
endpoint: sysinternals
name: sysinternals/SysinternalsEBPF
name: Microsoft/SysinternalsEBPF

trigger:
branches:
Expand Down

0 comments on commit a407c8f

Please sign in to comment.