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

Files with more than one period in their name are not properly named when split #17

Closed
muff1n1634 opened this issue Dec 17, 2023 · 0 comments

Comments

@muff1n1634
Copy link

I came across this when I was decomposing MSL; in particular, there's a file named sysenv.GCN.o as specified by some unstripped .elf files, so I added it to my splits

extern/msl/libc/embedded/sysenv.GCN.c:
	.text       start:0x804385FC end:0x80438604

but running dtk dol split (dtk/config.yml disasm) produces the following:

> ls -la disasm/obj/extern/msl/libc/embedded | grep sysenv
-rw-r--r-- 1 muffin None  540 Dec 17 15:15 sysenv.o

reproduction

  1. add a file to splits.txt with a name with multiple periods in it like a.b.c
  2. split the dol
  3. check filename. will probably be missing infixes

environment

OS: Windows 10 22H2
dtk -V: dtk 0.6.4 0cfc5df20b4d03604649afb88897d4e011fc9b26

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