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

TUTORIAL: HOW TO BYPASS FRAME CHECK #12

Open
biscuitaep opened this issue Jan 5, 2025 · 0 comments
Open

TUTORIAL: HOW TO BYPASS FRAME CHECK #12

biscuitaep opened this issue Jan 5, 2025 · 0 comments

Comments

@biscuitaep
Copy link

biscuitaep commented Jan 5, 2025

//IMPORTANT: Arbitary frame check bypasser
extern "C" int ieee80211_raw_frame_sanity_check(int32_t arg, int32_t arg2, int32_t arg3){
return 0;
}

add this code and use esp_wifi_80211_tx();

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