KMV.Subramanyam

Results 16 issues of KMV.Subramanyam

I have referred the URL https://samlify.js.org/#/onelogin Based on the above I have created the sample application, when I called the URL http://localhost:3000/sso/spinitsso-redirect Error Details:- The "url" argument must be of...

![image](https://user-images.githubusercontent.com/3286581/144561456-b182a6a0-e17f-4b54-8b07-1935ecf1a09f.png)

Installed the Pre-Requisites using command - sudo apt install clang-7 llvm-7-dev cmake sysadmin@sysadmin-VirtualBox:~/Desktop/Obfuscator-LLVM/obfuscator-llvm$ ./build.sh -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0...

studio@Subramanyam awesome-cordova-plugins-6.6.0 % npm run build > [email protected] prebuild > rimraf -rf dist > [email protected] build > npm run build:core && npm run build:esm && npm run build:ngx && npm...

studio@Subramanyam awesome-cordova-plugins-6.6.0 % npm install npm WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that. npm WARN deprecated [email protected]:...

Last login: Wed Dec 20 16:52:45 on ttys000 studio@Subramanyam awesome-cordova-plugins-6.6.0 % npm install npm WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now,...

studio@Subramanyam Dobby % ls CMakeLists.txt README_zh-cn.md cmake docs include tests LICENSE build cmake-build-host examples scripts README.md builtin-plugin common external source studio@Subramanyam Dobby % python3 scripts/platform_builder.py --platform=macos --arch=all /Users/studio/Desktop/obfuscation/Dobby/scripts/platform_builder.py:2: DeprecationWarning: 'pipes'...

![image](https://user-images.githubusercontent.com/3286581/235854869-ca6edcd7-d81c-461f-b8ac-4349a1f63e0f.png)

Unable to compile on Apple M1 attached error log [libtbsbincr_mac_error.txt](https://github.com/kutoga/libtbsbincr/files/14532542/libtbsbincr_mac_error.txt)

How do we include custom CFLAGS in the below makefile SRC=$(wildcard $(SRC_PATH)/*.c) OBJS=$(patsubst %.c,%.o,$(SRC)) LDLIBS=$(patsubst %, $(TARGET_PATH)/lib%.a, $(DEPS)) all:$(ARCH)-$(LIBNAME).a $(ARCH)-$(LIBNAME).a: $(OBJS) @echo $(LDLIBS) $(OBJS) $(AR) rcs $@ $(OBJS) ranlib $@...