SymLM icon indicating copy to clipboard operation
SymLM copied to clipboard

Implementation of CCS'2022 paper "SymLM: Predicting Function Names in Stripped Binaries via Context-Sensitive Execution-Aware Code Embeddings"

Results 1 SymLM issues
Sort by recently updated
recently updated
newest added

hello, I downloaded the pretrained model from https://drive.google.com/file/d/10rjaLc4L-sa8QNueJDkHSkajFs-LLjgi/view and placed it at `SymLM/checkpoints/pretrained/checkpoint_best.pt` Then I set up the `training_evaluation/prediction.sh` with: ``` CHECKPOINT_PATH=checkpoints/pretrained/ DATASET_PATH="data/x64/data_bin" ``` I ran the prediction script with:...