Recent content by BenKuperstein

  1. B

    Access Accde files Disassembler

    I can't, since it is an open source project...
  2. B

    Access Accde files Disassembler

    I think that this tool can be really useful (if access version support would have better) for cases where you have a previous version of accdb file, but the most up to date version has been lost
  3. B

    Access Accde files Disassembler

    This project is very far from begin a full decompiler like the one provided by EverythingAccess.com. It only provides disassembly to internal vba bytecode language and not a full decompilation, achieving actual modifiable source code is much more difficult to do automatically. Of course it is...
  4. B

    Solved Recover accdb from accde

    My project might be useful in cases like this, check out AccessAccdeDisassembler on github
  5. B

    Access Accde files Disassembler

    For some reason I can't publish the link to the project, search for AccessAccdeDisassembler by BenKuperstein in github
  6. B

    Access Accde files Disassembler

    I have recently created a disassembler program for the VBA bytecode saved inside accde files. This potentially allows recovering some of the code that was stored inside it (if you know what you are doing). The project is an early state, if you try it and encounter an bug please open an issue.
Back
Top Bottom