廿陆畵生
廿陆畵生
“resource unavailable try again:”
https://github.com/facebookresearch/faiss/blob/c3b9374984208f37484fb7b86c44345729592835/faiss/impl/ProductQuantizer.cpp#L191 ``` for (int m = 0; m < M; m++) { set_params (clus.centroids.data(), m); } ``` The first parameter of `set_params` function should not always be `clus.centroids.data()`, instead, an...
How to train kTrans with my own binaries data ? First, extract the pickle files from binaries by IDA.
bugsingdaofu 谢谢
https://github.com/nmslib/hnswlib/blob/c1b9b79af3d10c6ee7b5d0afa1ce851ae975254c/CMakeLists.txt#L104 target_link_libraries(main hnswlib Psapi) should add Psapi otherwise: [100%] Linking CXX executable main.exe CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x368d): undefined reference to `GetProcessMemoryInfo'CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x4333): undefined reference to `GetProcessMemoryInfo'CMakeFiles\main.dir/objects.a(sift_1b.cpp.obj):sift_1b.cpp:(.text+0x4c48): undefined reference to `GetProcessMemoryInfo'collect2.exe: error: ld returned 1...
``` ase18_debug/openssl_debug/OpenSSL_1_0_1u/openssl-OpenSSL_1_0_1u_gcc-8.2.0_mipseb_32_O2_libcrypto.so.elf ase18_debug/openssl_debug/OpenSSL_1_0_1u/openssl-OpenSSL_1_0_1u_gcc-8.2.0_mipseb_32_O3_libssl.so.elf ``` Are these the binaries of openssl program ? What's the meaning of 'crypto' and 'ssl' ?
https://github.com/Accenture/VulFi/blob/50b4191aa78a1edc07961d8805c0d563d6fba4da/vulfi.py#L169
https://github.com/Accenture/VulFi/blob/50b4191aa78a1edc07961d8805c0d563d6fba4da/vulfi.py#L702 change this line to `exprs.extend([expr.x,expr.y,expr.z])` ?