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

IDA script uses invalid function names #98

Closed
depau opened this issue Aug 24, 2024 · 2 comments
Closed

IDA script uses invalid function names #98

depau opened this issue Aug 24, 2024 · 2 comments

Comments

@depau
Copy link

depau commented Aug 24, 2024

Hi, thanks for this excellent utility!

The IDA script sometimes generates invalid function names; it appears IDA doesn't like | and # in function names.

For instance, I had to remove the offending characters for these ones:

346A94: can't rename byte as 'dart_core__BigIntImpl::op_sub_346a94' because this byte can't have a name (it is a tail byte).
5492C4: can't rename byte as 'dart_async_::FutureExtensions|_ignore_5492c4' because it contains a bad character '|'.
36CCB0: can't rename byte as 'dart_ffi_Native::#ffiClosure0_36ccb0' because it contains a bad character '#'.
5DB734: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::StyleDisplayNone|_onParsed_5db734' because it contains a bad character '|'.
5DB7AC: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::StyleDisplayInlineBlock|_onParsed_5db7ac' because it contains a bad character '|'.
5E45AC: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::StyleTextAlign|_onRenderBlock_5e45ac' because it contains a bad character '|'.
5E48A0: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::StyleTextAlign|_center_5e48a0' because it contains a bad character '|'.
5E4910: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::StyleTextAlign|_onParsed_5e4910' because it contains a bad character '|'.
5E49B4: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::StyleTextAlign|_textAlign_5e49b4' because it contains a bad character '|'.
5FE584: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::TagRuby|_onVisitChild_5fe584' because it contains a bad character '|'.
5FE7D8: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::TagRuby|_cssDisplayNone_5fe7d8' because it contains a bad character '|'.
5FE808: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::TagRuby|_onParsed_5fe808' because it contains a bad character '|'.
5FF074: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::TagQ|_onParsed_5ff074' because it contains a bad character '|'.
5FFA5C: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::TagFont|_defaultStyles_5ffa5c' because it contains a bad character '|'.
5FFDC8: can't rename byte as 'flutter_widget_from_html_core$src$internal$core_ops_::TagBr|_onParsed_5ffdc8' because it contains a bad character '|'.
6023DC: can't rename byte as 'html$src$constants_::AsciiUpperToLower|_asciiToLower_6023dc' because it contains a bad character '|'.
732950: can't rename byte as 'rxdart$src$utils$forwarding_stream_::#sink#initializer_732950' because it contains a bad character '#'.
@AbhiTheModder
Copy link
Contributor

Duplicate/Similar issue: #93

You can use this solution
#93 (comment)

I've raised a PR for this #95

@depau
Copy link
Author

depau commented Aug 24, 2024

Sorry, I missed it. Thank you!

@depau depau closed this as completed Aug 24, 2024
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

2 participants