Skip to content

Instantly share code, notes, and snippets.

@xaocon
xaocon / Subscription_etcd
Last active March 23, 2022 13:20
Pending CSVs
apiVersion: v1
items:
- apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"operators.coreos.com/v1alpha1","kind":"Subscription","metadata":{"annotations":{},"name":"etcd","namespace":"default"},"spec":{"channel":"singlenamespace-alpha","installPlanApproval":"Automatic","name":"etcd","source":"operatorhubio-catalog","sourceNamespace":"olm","startingCSV":"etcdoperator.v0.9.2"}}
creationTimestamp: "2022-03-23T02:07:28Z"
generation: 1

Assembly Language / Reversing / Malware Analysis -resources

Twitter: Muffin

⭐Assembly Language

@xaocon
xaocon / Cargo.toml
Created March 10, 2017 13:04
Trying to build for musl target
[package]
name = "factorial"
version = "0.1.0"
authors = ["Evan <emp@xxx.io>"]
[dependencies]
[dependencies.num-bigint]
version = "0.1.37"
default-features = false
This file has been truncated, but you can view the full file.
+ version=4.2.12
+ LC_COLLATE=C
+ TEXTDOMAIN=pacaur
+ TEXTDOMAINDIR=/usr/share/locale
+ source /etc/makepkg.conf
++ DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' 'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' 'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' 'rsync::/usr/bin/rsync --no-motd -z %u %o' 'scp::/usr/bin/scp -C %u %o')
++ CARCH=x86_64
++ CHOST=x86_64-unknown-linux-gnu
++ CPPFLAGS=-D_FORTIFY_SOURCE=2
++ CFLAGS='-march=native -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
emp@flexo ~/src/sysdig/build (git)-[master] % cmake ..
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info