Caleb Boyd

Results 108 comments of Caleb Boyd

lstat is missing in the shim currently

These are great observations of the technical debt that has been acquired over the years. PRs are welcome! The "mangle" option was introduced initially as an internal option to generate...

I'm thinking the next major is a rewrite anyways -- so this fits the bill to break the way its worked in the past!

@cspotcode Did you have any luck going down the objcopy route? I'm going to be paying down some of these issues in the near future and am trying to figure...

Yeah so the cat approach is effectively what is occurring now - but it has the caveat of being unsignable. So including the arbitrary payload in the binary as an...

>You might be able to compile LIEF to WASM. That might be the best solution. I've bounced around various methods - and its easiest and best documented for PE executables...

Yeah thats a great approach. The faster we can get rid of the hacked fs the better 😅

Nice, I've only looked at it enough to see that it wasn't there when you initially did this work.

Yeah, I that would work. It might even be worth it to take a hex editor to each bin before/after manually performing the operations for each platform -- for the...

Yeah, for artifacts - the temp directory just holds clean files. so any patches run against the same input on sequential builds can use them. Since moving the bundling to...