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

BPF_FUNC_get_prandom_u32 limitation #91

Open
QiongwenXu opened this issue Aug 31, 2020 · 0 comments
Open

BPF_FUNC_get_prandom_u32 limitation #91

QiongwenXu opened this issue Aug 31, 2020 · 0 comments

Comments

@QiongwenXu
Copy link
Collaborator

we use the following ways to deal with a program with random helper functions:

  1. all instructions CALL BPF_FUNC_get_prandom_u32 in the original program won't be modified
  2. new instruction CALL BPF_FUNC_get_prandom_u32 won't be generated
  3. interpreter: get random value from pseudo random values in the input
  4. validator: BPF_FUNC_get_prandom_u32 instructions with the same instruction id in two programs are set as the same symbolic value
@QiongwenXu QiongwenXu changed the title BPF_FUNC_get_prandom_u32 BPF_FUNC_get_prandom_u32 limitation Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant