廿陆畵生

Results 65 comments of 廿陆畵生

the similar_by_word api does not exist the model[word_list] does not support []

after run ○ pip install mkl-devel mkl-static mkl-include ○ conda install intel-openmp ○ brew install libomp I still has the problem: Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) Call Stack...

> Sorry, can I ask how to perform inference with the saved model or checkpoint? Because when I use it directly, it shows random results > > ![Image](https://github.com/user-attachments/assets/d75e703b-1d99-440b-9608-754e2c1997d1) Did your...

> Hi [@Devy99](https://github.com/Devy99) Thanks for your interests! > > Yes your interpretation of the pipeline is correct! > > > Is it always necessary to generate a synthetic dataset, .......

> Why? :) For "Array Access" and "Loop Check" mode, their parameter count is 2, but will not be set to 2. `param_count = len(param)` will be executed only for...

I finally succeed by this cmd: ``` G:\shiwanghua\ghidra_11.2.1_PUBLIC_20241105\support\analyzeHeadless.bat G:\shiwanghua\cwe_checker-master\target\tmp tmp_ghidra_project -import G:\shiwanghua\BCSD-code\test.exe -postScript C:\Users\Administrator\AppData\Roaming\cwe_checker\data\ghidra\p_code_extractor\PcodeExtractor.java G:\shiwanghua\cwe_checker-master\target\tmp\pcode_1733835714178.pipe -scriptPath C:\Users\Administrator\AppData\Roaming\cwe_checker\data\ghidra\p_code_extractor -deleteProject -analysisTimeoutPerFile 3600 ```

Besides, ".\src\cwe_checker_lib\Cargo.toml", nix version should change to 0.29.0 nix = "0.29.0"

rustc --explain E0432 An import was unresolved. Erroneous code example: ``` use something::Foo; // error: unresolved import `something::Foo`. ``` In Rust 2015, paths in `use` statements are relative to the...