Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate bindings not working correctly #2520

Open
JeffDerk opened this issue Oct 18, 2024 · 1 comment
Open

Generate bindings not working correctly #2520

JeffDerk opened this issue Oct 18, 2024 · 1 comment
Labels
bug build & packaging Build system and packaging related java bindings

Comments

@JeffDerk
Copy link

The java bindings are not complete. The python binding generator does not generate cp_operand.h constants.

Arm_const.java:167: error: cannot find symbol
public static final int ARM_OP_INVALID = CS_OP_INVALID;
^
symbol: variable CS_OP_INVALID
location: class Arm_const
Arm_const.java:168: error: cannot find symbol
public static final int ARM_OP_REG = CS_OP_REG;

@Rot127 Rot127 added bug java bindings build & packaging Build system and packaging related labels Oct 21, 2024
@Rot127
Copy link
Collaborator

Rot127 commented Oct 21, 2024

There is a discussion about bindings already: #2291.
We need a more general way for them. Please see the discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build & packaging Build system and packaging related java bindings
Projects
None yet
Development

No branches or pull requests

3 participants
@JeffDerk @Rot127 and others