mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
refactor: batch 3
This commit is contained in:
16
src/features/settings/panels/QMCv2/assets/noop.asm.txt
Normal file
16
src/features/settings/panels/QMCv2/assets/noop.asm.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
; QQ 音乐更新 - 占位文件
|
||||
; 使用 FASM 编译即可。
|
||||
|
||||
format PE GUI 4.0
|
||||
entry start
|
||||
|
||||
include 'win32a.inc'
|
||||
|
||||
section '.text' code readable executable
|
||||
start:
|
||||
invoke ExitProcess, 0
|
||||
|
||||
section '.idata' import data readable writeable
|
||||
library kernel,'KERNEL32.DLL'
|
||||
import kernel,\
|
||||
ExitProcess,'ExitProcess'
|
||||
Reference in New Issue
Block a user