XMDS

Results 61 comments of XMDS

In addition, the `Cydia Substrate inline hook` project has a serious bug. In `arm` mode, when we hook the same function multiple times, the `MSHookFunction` function is only valid for...

尝试了一下 我在不退出qq登录的情况下,重载配置文件刷新我修改的新naifu api也是生效的。希望大佬要么支持自动切换,要么可以在QQ聊天手动指令添加新的API.

> Maybe it is better with conditional jump opcodes > > ``` > switch 0@ > case 1 > [...] > end > case "2" > [...] > end >...

In previous versions, variable declarations have been implemented https://docs.sannybuilder.com/coding/variables Please read the rest of the document carefully

it's possible to declare a variable of a built-in type (Int, Float, String, LongString) using only the type name. Syntax: ``` ``` Any command such as assignment, mathematics, judging size,...

For commands that use 2 variables, both variables need to be declared: ``` float 0@ float 1@ 0@ -= 1@ ``` Or ``` Float 1@ Float 0@ -= 1@ ```

> > For commands that use 2 variables, both variables need to be declared: > > > > ``` > > float 0@ > > float 1@ > > 0@...