Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/amp-space/amp-host-go
This repo implements arc.Host
as defined in the ArcXR SDK. It can be compiled into a binary that either embeds into a Unity or Unreal project, or runs as a server launched from command line. In either case, any arc.App
can be plugged in, offering many possibilities as to how a developers can drive the ArcXR UI.
Use make build
to build the archost
executable and the libarchost
dynamic libraries for all platforms:
$ make help
go-archost
PARENT_PATH: /Users/aomeara/git.arcspace
ARC_SDK_PATH: /Users/aomeara/git.arcspace/go-arc-sdk
BUILD_PATH: /Users/aomeara/git.arcspace/go-archost
UNITY_PROJ: /Users/aomeara/git.arcspace/arcspace.unity-app
UNITY_ARC_LIBS: /Users/aomeara/git.arcspace/arcspace.unity-app/Assets/Plugins/ArcXR/Plugins
UNITY_PATH: /Users/aomeara/Applications/2022.3.8f1
ANDROID_NDK: /Users/aomeara/Applications/2022.3.8f1/PlaybackEngines/AndroidPlayer/NDK
ANDROID_CC: /Users/aomeara/Applications/2022.3.8f1/PlaybackEngines/AndroidPlayer/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin
archost builds archost "headless" executable
build builds both archost & libarchost
generate generate .cs and .go files from .proto
help prints this message
libarchost builds libarchost for all platforms for embeddeding in a Unity or Unreal project
libarchost-android-arm64-v8a builds libarchost for arm64-v8a
libarchost-android-armeabi-v7a builds libarchost for armeabi-v7a
libarchost-android-x86_64_ builds libarchost for armeabi-x86_64
libarchost-ios builds libarchost for iOS -- build on x86_64 mac for now
libarchost-osx builds libarchost for OSX -- build on x86_64 mac for now
[arc.Host] task.Context tree:
0001 arc.Host
0002 ┣ AssetServer [::]:5193
0016 ┃ ┗ /Users/aomeara/Movies/Downloads/Alan Watts Lectures | On Pain.mp4
0003 ┣ tcp.HostService [::]:5192
0005 ┃ ┣ tcp 127.0.0.1:63945 <- arc.HostSession(4)
0006 ┃ ┗ tcp 127.0.0.1:63945 -> arc.HostSession(4)
0004 ┗ arc.HostSession
0007 ┣ app: planet.sys.arcspace.systems
0008 ┃ ┗ planet: aomeara
0009 ┗ app: filesys.bridges.arcspace.systems
0010 ┣ cell: aomeara/
0011 ┃ ┗ [req 1003] arc://filesys?path=/Users/aomeara
0012 ┣ cell: Movies/
0013 ┃ ┗ [req 1004]
0014 ┣ cell: Downloads/
0015 ┃ ┗ [req 1005]
0017 ┗ cell: Alan Watts Lectures | On Pain.mp4
0018 ┗ [req 1006]
See arcspace.unity-app to get started.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.