Skip to content

mailwl/android_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

version 0.0.0.1

this is attempt to recompile android_server from idasdk66. at this moment it compiles in some way (and starts on lollipop without any out).

all absent functions are stub in ida.cpp file (none implemented)

Plus need to implement this at the end of linux_debmod.cpp:

#ifdef ANDROID // android reports simple library names without path. try to find it. void linux_debmod_t::find_android_lib(ea_t base, char *lib, size_t bufsize) {

}

bool linux_debmod_t::add_android_shlib_bpt(const meminfo_vec_t &miv, bool attaching) { return false; } #endif

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published