Accidently pushed sub_XXXXXX functions as metadata. How can I delete them? #24
ThisIsMyAltAccount
started this conversation in
General
Replies: 1 comment 2 replies
-
I don’t think IDA actually sends metadata about ‘sub_’ functions to lumina
servers (afaik a few prefixes are excluded).
You can verify this by querying your database:
select * from funcs where name like ‘sub\_%’
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I accidentally pushed a bunch sub_XXXXXX functions.
To Reproduce
1, Select multiple sub_XXXXX in the functions window.
2, Right click
3, Click Lumina
4, Click Push functions metadata
Expected behavior
Don't push sub_XXXXXX metadata.
Server (please complete the following information):
Client (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions