ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
<flowriser>
steev, how does one reverse engineer those drivers? Are you using Ghidra or something else?
<steev>
flowriser: i have it open in ghidra, yeah, but aside from looking at it... i have no idea what is going on (nor do i even know the proper architecture for whatever that ecb.bin file is)
<flowriser>
steev, I don't have ida either; I first used Ghidra a some months ago in the google ctf competion and was blown away with how good it was
<steev>
yep, and 10.1 enabled arm64 native as well, which is nice
<flowriser>
steev, does it also give you some C code with arm64 binaries?
<steev>
flowriser: you have to build the decompiler and such yourself, they only build the x86_64 ones
<steev>
unless you mean, does the decompile... in which case... that i don't know, i haven't built them
<flowriser>
steev, yeah the decompile thingy that gives you some semblance of readable C code
<steev>
haven't tested, mostly because i don't wanna install gradle on that box
<flowriser>
If, in theory I find the .inf files in windows can I use Ghidra on them? Are there any resources around that can maybe teach me what to look for in them? :D
<flowriser>
I have no ideea how windows drivers and binaries work
<flowriser>
Only used Linux for the past 10+ years so I'm a noob for anything related to Windows