about summary refs log tree commit diff stats
path: root/miasm/jitter/vm_mngr_py.h
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-14 09:09:29 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-14 09:09:29 +0000
commit579cf1d03fb932083e6317967d1613d5c2587fb6 (patch)
tree629f039935382a2a7391bce9253f6c9968159049 /miasm/jitter/vm_mngr_py.h
parent51c15d3ea2e16d4fc5f0f01a3b9befc66b1f982e (diff)
downloadfocaccia-miasm-ta/nix.tar.gz
focaccia-miasm-ta/nix.zip
Convert to src-layout ta/nix
Diffstat (limited to 'miasm/jitter/vm_mngr_py.h')
-rw-r--r--miasm/jitter/vm_mngr_py.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/miasm/jitter/vm_mngr_py.h b/miasm/jitter/vm_mngr_py.h
deleted file mode 100644
index a8f7dcd0..00000000
--- a/miasm/jitter/vm_mngr_py.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef VM_MNGR_PY_H
-#define VM_MNGR_PY_H
-
-#ifdef _WIN32
-#define SIGALRM 0
-#endif
-
-typedef struct {
-	PyObject_HEAD
-	PyObject *vmmngr;
-	vm_mngr_t vm_mngr;
-} VmMngr;
-
-#endif// VM_MNGR_PY_H
-
-bn_t PyLong_to_bn(PyObject* py_long);
-PyObject* bn_to_PyLong(bn_t bn);