File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "usvm-python/cpythonadapter/cpython "]
2
2
path = usvm-python/cpythonadapter/cpython
3
3
url = https://github.com/tochilinak/cpython.git
4
- branch = wrapper-v2
4
+ branch = wrapper-3.11.9
Original file line number Diff line number Diff line change 1
1
# API between patched CPython and USVM
2
2
3
- Current CPython patch: https://github.com/tochilinak/cpython/pull/3 /files .
3
+ Current CPython patch: https://github.com/tochilinak/cpython/pull/4 /files .
4
4
5
5
## SymbolicAdapter
6
6
7
7
All interaction between CPython and USVM is done through structure ` SymbolicAdapter ` .
8
8
9
- Header: [ ` symbolicadapter.h ` ] ( https://github.com/tochilinak/cpython/blob/wrapper-v2 /Include/symbolicadapter.h ) .
9
+ Header: [ ` symbolicadapter.h ` ] ( https://github.com/tochilinak/cpython/blob/wrapper-3.11.9 /Include/symbolicadapter.h ) .
10
10
11
11
Creation of symbolic adapter:
12
12
``` c
You can’t perform that action at this time.
0 commit comments