Executing assembler code with python

后端 未结 7 1609
长情又很酷
长情又很酷 2021-02-01 18:00

I want to execute assembly code inside a python script. Is that possible?

In C programming would be like this

static inline getesp(){
        __asm__(\"m         


        
7条回答
  •  长情又很酷
    2021-02-01 18:39

    Sorry for necroposting but I think that you can write your own DLL using asm and call it's functions from within Python.

提交回复
热议问题