Skip to content

PhuongLam94/Boomerang-Production

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production Phase added 2 features
	Assembly Decompilation
	ABI handler

For build instructions please see 

	http://boomerang.sourceforge.net/making.html

Note that on a debian system you can usually get away with:

  sudo apt-get install libgc-dev
  sudo apt-get install libexpat-dev
  ./configure
  make remote
  make

Thanks.


HOW TO RUN
	Binary:
		./boomerang -o {output} {input}
	Assembly:
		Sparc
		./boomerang -o {output} -as {input}
		8051
		./boomerang -o {output} -as8 {input}
	ABI:
		./boomerang -o {output} -ab {input}

HOW TO WRITE TESTCASE
	Sparc: see an example in test/sparc_assembly
	8051: see an example in test/_8051
		PUBLIC ID
		LABEL:
			INSTRUCTIONS
			<new line>
		LABEL:
			INSTRUCTIONS
			<new line> 

About

Production Phase of Boomerang Decompiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.4%
  • C 4.4%
  • Objective-C 3.3%
  • Ruby 1.9%
  • Makefile 1.2%
  • MATLAB 1.0%
  • Other 2.8%