You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/elfinfo/dist/src/disassembly.js 4:23-46
Module not found: Error: Can't resolve 'disassembler' in './node_modules/elfinfo/dist/src'
@Ecco It seems I had pushed a broken build to npm. Unfortunately due to negligence on my part the code for that version has been lost (apart from what is on npm). To alleviate the problem I have pushed a "new" version to npm (and github!) 0.4.0-beta which is not substantially different from 0.2.0-beta. When I have some free time again I will work at reintegrating the 0.3.0-beta changes back in and get it working.
You can install the "fixed" version either with yarn add elfinfo@0.4.0-beta or npm i elfinfo@0.4.0-beta
Sometimes you just want to parse elf files without disassembling them 😄
The text was updated successfully, but these errors were encountered: