You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 '#'.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: