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

Dotnet packing error #45

Open
Bratox opened this issue May 22, 2023 · 4 comments
Open

Dotnet packing error #45

Bratox opened this issue May 22, 2023 · 4 comments

Comments

@Bratox
Copy link

Bratox commented May 22, 2023

Hello,

I would like to pack my EXE to EXE with dotnet, but I always have this issue when I am trying, what could be the problem here ?

image

Thank you for your work

@klezVirus
Copy link
Owner

Hi @Bratox, thanks for reaching out. To help you with your issue, I would need some other info. Specifically:

  • The full command line used
  • Info about the binary you're tring to convert. (is it native, .NET, 32/64 bits, etc)
  • Finally info about the template (is this the built-in PE-LOAD template)?

@Bratox
Copy link
Author

Bratox commented May 23, 2023

Hi @klezVirus

Command used : python.exe inceptor.py dotnet exe_to_pack.exe -o packed.exe
Binary : It is a 32/64 bits binary
Template : Yes I use built-in PE-LOAD template

I have tried different way, with -O, with modules, by selecting each template, I always have the same issue

@klezVirus
Copy link
Owner

klezVirus commented May 23, 2023

I've pushed a fix to correct the specific error you are getting. This will not fix your problem, it will just help tracking down the real issue, cause the issue you are getting is just an output parsing issue from the compiler, which cannot show up properly.

When we get the real issue, we can try and fix it.

Side note: can you try with -t loader option as well?

@Bratox
Copy link
Author

Bratox commented May 23, 2023

Here is the result that I get
Command : python.exe inceptor.py dotnet exe_to_pack.exe -o packed.exe -t loader

image

There is the translation of the fatal error part, it is in French
Unexpected error when writing metadata to the file 'c:\Users\brato\Desktop\Taffe\inceptor\inceptor\temp\packed-temp.exe' -- 'No logical space left for creating additional user strings.

It is doing the same thing without -t loader

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