Dongkwan Kim

Results 10 comments of Dongkwan Kim

Could you specify your execution environment? This is one of the reasons that we use 'Docker' and containerize each execution environment.

To clarify, we did not extract the init program from the kernel, but extract the path of the init program. In our paper, we used the kernel information for the...

Sure, I will upload it soon.

Sorry for the late response. I just added download urls for the pickle files (see 469bc1d). Sadly, I recognized that the size of the pickle files is bigger than the...

Current loader script (IDA wrapper) takes elf files as input [tiknib/idascript.py](https://github.com/SoftSec-KAIST/TikNib/blob/master/tiknib/idascript.py#L148). By slightly modifying this part, you can easily apply it for EXE files, too. The feature extraction part does...

You can just make a file that contains a list of paths for EXE files. Then, give it as input. (see [here](https://github.com/SoftSec-KAIST/tiknib#2-run-ida-pro-to-extract-preliminary-data-for-each-functions) and check [example/input_list_find.txt](https://github.com/SoftSec-KAIST/TikNib/blob/master/example/input_list_find.txt). If you want to use...

Hi @lumi0, You might want to check [this](https://github.com/SoftSec-KAIST/TikNib/blob/master/tiknib/feature/asm.py#L43). The average calculation is based on the cfg size (i.e., the number of basic blocks). We grouped assembly instructions into several categories...

Hello @Bowen-n , sorry for the late reply. We did not meet such an issue during our compilation. Could you explain more about your steps and compilation environment, so that...

@shiwanghua, they are library files you can obtain by compiling the openssl source code. Check [this](https://github.com/openssl/openssl/?tab=readme-ov-file#overview). > libssl an implementation of all TLS protocol versions up to TLSv1.3 ([RFC 8446](https://tools.ietf.org/html/rfc8446)),...

The one you tested is not on our initial 1,124 dataset. BTW, we failed to emulate "FW_RT_ACRH17_300438250470" with the same reason you provided. To investigate the root cause, you may...