William Tan

Results 14 comments of William Tan

yeah in my head something like the internal API but allowing arbitrary files the main use case is if i want to use a template but slightly modify it for...

maybe you can add something to the workflow that saves the node_modules from the store as an artifact so they can be compared locally using something like diffoscope. You can...

Just something to be aware of, this very likely also applies to all sorts of commands that assume elf/linux, not just xinfo

Sorry for the late response. won't have access to my Windows setup for a bit so feel free to just merge if it worked for you. The code looks roughly...

can we get a new release on pip so i don't have to use the latest git version on python3.12?

Would be really convenient for me currently most of my hosts run Linux and I debug things inside Windows VMs often so it would be really nice if i could...

it might be only searching for the mangled form of the name if I manually make a `std::string` type it works as expected

Took a quick look at the code https://github.com/lief-project/LIEF/blob/7c3bf681c849ddf49c879325c424eb57570becd0/src/ELF/Binary.cpp#L300-303 If I'm understanding the code correctly, every time you export a symbol it does a linear search so if we add like...

Yeah for some reason the performance with lief is very slow for adding a bunch of symbols There has to be a better way since objcopy can handle that kind...