GithubHelp home page GithubHelp logo

launcher's People

Stargazers

 avatar

Watchers

 avatar

launcher's Issues

Re-running against compiled app returns "Error: unknown compression type 'COMPRESS_ZLIB+50401537'"

Running the launcher with an app right after it's built works fine:

$ go build -o app
$ ./launcher app
2023/03/23 14:37:22 Shellcode Length:  46
2023/03/23 14:37:22 Overlapping Sections in Generated Elf: .debug_line
2023/03/23 14:37:22 Overlapping Sections in Generated Elf: .debug_gdb_scripts
2023/03/23 14:37:22 Overlapping Sections in Generated Elf: .debug_info
2023/03/23 14:37:22 Overlapping Sections in Generated Elf: .debug_ranges
2023/03/23 14:37:22 Overlapping Sections in Generated Elf: .symtab
2023/03/23 14:37:22 Overlapping Sections in Generated Elf: .strtab
2023/03/23 14:37:22 Start section header table at: 84edb0
^C

But if I stop the launcher and try to run it again with the same app I get the following error:

$ ./launcher app
2023/03/23 14:37:34 Shellcode Length:  46
2023/03/23 14:37:34 Error: unknown compression type 'COMPRESS_ZLIB+50401537' in record at byte 0x48c000

The only way I've found around this was to delete the app and recompile it:

$ rm app
$ go build -o app
$ ./launcher app
2023/03/23 14:37:51 Shellcode Length:  46
2023/03/23 14:37:51 Overlapping Sections in Generated Elf: .debug_line
2023/03/23 14:37:51 Overlapping Sections in Generated Elf: .debug_gdb_scripts
2023/03/23 14:37:51 Overlapping Sections in Generated Elf: .debug_info
2023/03/23 14:37:51 Overlapping Sections in Generated Elf: .debug_ranges
2023/03/23 14:37:51 Overlapping Sections in Generated Elf: .symtab
2023/03/23 14:37:51 Overlapping Sections in Generated Elf: .strtab
2023/03/23 14:37:51 Start section header table at: 84edb0

Is there something I'm doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.