Hopefully this question isn't get marked as Duplicate, since it differs from the following question: Where can I, as an individual, get malware samples to analyze?
I'm looking for samples (ideally malware) which have already been disassembled. The only useful resource which I could found so far was a dataset provided on kaggle. However, the only note how the ASM
files have been generated is:
This was generated using the IDA disassembler tool.
My problem: There are no details about the specifice process of disassembling: I could not find any additional information if or how the disassembler considers special obfuscation mechanisms and if it could be ensured, that the files contain meaningful assembler instructions.
To recall the question: I'm looking for malware samples (windows) with the corresponding disassembly to download in bulk, which have been ideally counterchecked for meaningful instructions (e.g. constant code of the malware).