search for: llvmobfusc

Displaying 6 results from an estimated 6 matches for "llvmobfusc".

2013 Feb 27
1
[LLVMdev] Compilation problem when addind a library
...Transforms/IPO) in the method PopulateModulePassManager() so I can add my pass to standard passes. It all works if I add all my files in the lib/Transforms/IPO directory. But I want to keep them away in the lib/Transforms/Obfuscation directory. This is my Makefile: LEVEL = ../../.. LIBRARYNAME = LLVMobfuscation LOADABLE_MODULE = 1 BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common My CMakeListes.txt add_llvm_library(LLVMobfuscation Cgf.cpp CgfFunction.cpp Flattening.cpp ) add_dependencies(LLVMobfuscation intrinsics_gen) and my LLVMBuild.txt [component_0] type = Library name = Obfuscatio...
2011 Dec 06
1
[LLVMdev] Problem with IR code instruction
...clang -emit-llvm -c -I./testprof/ -I./src/headers/ -I../libtommath-0.42.0/ -Wall Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE -DLTC_NO_ASM -DUSE_LTM -DLTM_DESC -DENCRYPT_ONLY -c src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.bc ../build/Release/bin/opt -load ../build/Release/lib/LLVMobfuscation.so -substitution src/ciphers/aes/aes_enc.bc -o src/ciphers/aes/aes_enc.bc -stats 0 opt 0x00000000007f8faf 1 opt 0x00000000007f9419 2 libpthread.so.0 0x00007f2e08fb07e0 3 opt 0x000000000078da7c llvm::BinaryOperator::Create(llvm::Instruction::B...
2012 Jun 13
2
[LLVMdev] llvm-mc problem after a pass
...-Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE -O0 -DLTC_NO_ASM -DUSE_LTM -DLTM_DESC -o src/pk/asn1/der/sequence/der_encode_sequence_ex.bc src/pk/asn1/der/sequence/der_encode_sequence_ex.c ../../../build/Release+Asserts/bin/opt -reg2mem -load ../../../build/Release+Asserts/lib/LLVMobfuscation.so -flattening src/pk/asn1/der/sequence/der_encode_sequence_ex.bc -o src/pk/asn1/der/sequence/der_encode_sequence_ex.bc -stats ===-------------------------------------------------------------------------=== ... Statistics Collected ... ===-----------------------------...
2012 Jun 13
0
[LLVMdev] llvm-mc problem after a pass
...l -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE -O0 -DLTC_NO_ASM -DUSE_LTM -DLTM_DESC -o src/pk/asn1/der/sequence/der_encode_sequence_ex.bc src/pk/asn1/der/sequence/der_encode_sequence_ex.c > ../../../build/Release+Asserts/bin/opt -reg2mem -load ../../../build/Release+Asserts/lib/LLVMobfuscation.so -flattening src/pk/asn1/der/sequence/der_encode_sequence_ex.bc -o src/pk/asn1/der/sequence/der_encode_sequence_ex.bc -stats > ===-------------------------------------------------------------------------=== > ... Statistics Collected ... > ===---------------...
2012 Aug 20
3
[LLVMdev] Problem with "Does not dominate all uses"
...0000000008e5d77 llvm::PassManagerImpl::run(llvm::Module&) + 151 10 opt 0x00000000004a1d99 main + 3385 11 libc.so.6 0x00007fcba924a725 __libc_start_main + 245 12 opt 0x00000000004a6135 Stack dump: 0. Program arguments: opt -load ../../../build/Release+Asserts/lib/LLVMobfuscation.so -flattening src/ciphers/safer/safer.bc -o src/ciphers/safer/safer.bc -stats 1. Running pass 'Function Pass Manager' on module 'src/ciphers/safer/safer.bc'. 2. Running pass 'Module Verifier' on function '@safer_k64_setup' make: *** [src/ciphers/safer/safer....
2012 Aug 20
0
[LLVMdev] Problem with "Does not dominate all uses"
...sManagerImpl::run(llvm::Module&) + 151 > 10 opt 0x00000000004a1d99 main + 3385 > 11 libc.so.6 0x00007fcba924a725 __libc_start_main + 245 > 12 opt 0x00000000004a6135 > Stack dump: > 0. Program arguments: opt -load ../../../build/Release+Asserts/lib/LLVMobfuscation.so -flattening src/ciphers/safer/safer.bc -o src/ciphers/safer/safer.bc -stats > 1. Running pass 'Function Pass Manager' on module 'src/ciphers/safer/safer.bc'. > 2. Running pass 'Module Verifier' on function '@safer_k64_setup' > make: *** [src/ciphe...